Opened 11 years ago
Last modified 11 years ago
#11340 closed defect
Method visibility is incompatible to the comment — at Version 1
| Reported by: | inaltoasinistra | Owned by: | team |
|---|---|---|---|
| Priority: | trivial | Milestone: | 15.04 |
| Component: | Core remotecontrol | Version: | latest |
| Keywords: | Cc: |
Description (last modified by )
The method of class RequestProcessor with the signature:
static void addRequestHandlerClass(String command, Class<? extends RequestHandler> handler) { addRequestHandlerClass(command, handler, false)
is incompatible to the comment:
Add external request handler. Can be used by other plug-ins that want to use remote control.
because the /default/ visibility doesn't allow the plugins to call this method
Change History (1)
comment:1 by , 11 years ago
| Component: | Core → Core remotecontrol |
|---|---|
| Description: | modified (diff) |
Note:
See TracTickets
for help on using tickets.


