diff --git a/src/java/com/threerings/presents/tools/dispatcher.tmpl b/src/java/com/threerings/presents/tools/dispatcher.tmpl index fc27b5c40..d7e9e3def 100644 --- a/src/java/com/threerings/presents/tools/dispatcher.tmpl +++ b/src/java/com/threerings/presents/tools/dispatcher.tmpl @@ -18,13 +18,14 @@ public class ${name}Dispatcher extends InvocationDispatcher this.provider = provider; } - // from InvocationDispatcher + @Override // documentation inherited public InvocationMarshaller createMarshaller () { return new ${name}Marshaller(); } - @SuppressWarnings("unchecked") // from InvocationDispatcher + @SuppressWarnings("unchecked") + @Override // documentation inherited public void dispatchRequest ( ClientObject source, int methodId, Object[] args) throws InvocationException