Changes between Initial Version and Version 1 of Ticket #11340
- Timestamp:
- 2015-04-14T22:26:37+02:00 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11340
- Property Component Core → Core remotecontrol
-
Ticket #11340 – Description
initial v1 1 1 The method of class RequestProcessor with the signature: 2 2 3 {{{ 4 #!java 3 5 static void addRequestHandlerClass(String command, 4 6 Class<? extends RequestHandler> handler) { 5 7 addRequestHandlerClass(command, handler, false) 8 }}} 6 9 7 10 is incompatible to the comment:


