From e0ea50b97d948d6537f954281f0aacfa440d7f8b Mon Sep 17 00:00:00 2001 From: Mike Thomas Date: Tue, 23 Nov 2010 01:18:02 +0000 Subject: [PATCH] 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 --- .../resources/com/threerings/presents/tools/marshaller.tmpl | 3 --- 1 file changed, 3 deletions(-) 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) {