diff --git a/src/main/resources/com/threerings/presents/tools/marshaller.tmpl b/src/main/resources/com/threerings/presents/tools/marshaller.tmpl index f171aa89b..d3e349021 100644 --- a/src/main/resources/com/threerings/presents/tools/marshaller.tmpl +++ b/src/main/resources/com/threerings/presents/tools/marshaller.tmpl @@ -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) {