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:
@@ -40,9 +40,6 @@ public class {{name}}Marshaller extends InvocationMarshaller
|
|||||||
|
|
||||||
{{/methods}}
|
{{/methods}}
|
||||||
@Override // from InvocationMarshaller
|
@Override // from InvocationMarshaller
|
||||||
{{#hasParameterizedMethodArgs}}
|
|
||||||
@SuppressWarnings("unchecked")
|
|
||||||
{{/hasParameterizedMethodArgs}}
|
|
||||||
public void dispatchResponse (int methodId, Object[] args)
|
public void dispatchResponse (int methodId, Object[] args)
|
||||||
{
|
{
|
||||||
switch (methodId) {
|
switch (methodId) {
|
||||||
|
|||||||
Reference in New Issue
Block a user