Skip to content
Snippets Groups Projects
Commit a73a799b authored by J. M. Bailey's avatar J. M. Bailey
Browse files

Lose compile warnings

parent 72dbb24b
No related branches found
No related tags found
No related merge requests found
......@@ -46,10 +46,10 @@ public class Domain
d.init();
return d;
}
private void init()
{
Class c = enumInst.getClass();
Class<?> c = enumInst.getClass();
try {
//@formatter:off
marshalBuff = c.getDeclaredMethod("marshal", new Class[]{ByteBuffer.class});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment