Opened 11 years ago

Last modified 11 years ago

#11340 closed defect

Method visibility is incompatible to the comment — at Initial Version

Reported by: inaltoasinistra Owned by: team
Priority: trivial Milestone: 15.04
Component: Core remotecontrol Version: latest
Keywords: Cc:

Description

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 (0)

Note: See TracTickets for help on using tickets.