Screw the damned "generated on" stamps since they end up generating
different files when the source interface hasn't changed and CVS sticks a nice little "last checked in" timestamp in there anyway. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2311 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -52,6 +52,4 @@ public class [% name %]Decoder extends InvocationDecoder
|
|||||||
super.dispatchNotification(methodId, args);
|
super.dispatchNotification(methodId, args);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Generated on [% genstamp %].
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -46,6 +46,4 @@ public class [% name %]Dispatcher extends InvocationDispatcher
|
|||||||
super.dispatchRequest(source, methodId, args);
|
super.dispatchRequest(source, methodId, args);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Generated on [% genstamp %].
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -71,5 +71,4 @@ public class [% name %]Marshaller extends InvocationMarshaller
|
|||||||
}
|
}
|
||||||
|
|
||||||
[% END -%]
|
[% END -%]
|
||||||
// Generated on [% genstamp %].
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -27,5 +27,4 @@ public class [% name %]Sender extends InvocationSender
|
|||||||
}
|
}
|
||||||
|
|
||||||
[% END -%]
|
[% END -%]
|
||||||
// Generated on [% genstamp %].
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user