diff --git a/lib/decoder.tmpl b/lib/decoder.tmpl index c689b74d3..305e8ac7f 100644 --- a/lib/decoder.tmpl +++ b/lib/decoder.tmpl @@ -52,6 +52,4 @@ public class [% name %]Decoder extends InvocationDecoder super.dispatchNotification(methodId, args); } } - - // Generated on [% genstamp %]. } diff --git a/lib/dispatcher.tmpl b/lib/dispatcher.tmpl index 066003f45..666606f50 100644 --- a/lib/dispatcher.tmpl +++ b/lib/dispatcher.tmpl @@ -46,6 +46,4 @@ public class [% name %]Dispatcher extends InvocationDispatcher super.dispatchRequest(source, methodId, args); } } - - // Generated on [% genstamp %]. } diff --git a/lib/marshaller.tmpl b/lib/marshaller.tmpl index ae445098e..91fde31dd 100644 --- a/lib/marshaller.tmpl +++ b/lib/marshaller.tmpl @@ -71,5 +71,4 @@ public class [% name %]Marshaller extends InvocationMarshaller } [% END -%] - // Generated on [% genstamp %]. } diff --git a/lib/sender.tmpl b/lib/sender.tmpl index 27d698154..c32dd4f3b 100644 --- a/lib/sender.tmpl +++ b/lib/sender.tmpl @@ -27,5 +27,4 @@ public class [% name %]Sender extends InvocationSender } [% END -%] - // Generated on [% genstamp %]. }