We don't need this unchecked bit anymore, since we're using the cast() method.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6298 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Mike Thomas
2010-11-23 01:18:02 +00:00
parent b26d2268ca
commit e0ea50b97d
@@ -40,9 +40,6 @@ public class {{name}}Marshaller extends InvocationMarshaller
{{/methods}}
@Override // from InvocationMarshaller
{{#hasParameterizedMethodArgs}}
@SuppressWarnings("unchecked")
{{/hasParameterizedMethodArgs}}
public void dispatchResponse (int methodId, Object[] args)
{
switch (methodId) {