Remove redundant modifiers from interfaces (#14843)
Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -43,5 +43,5 @@ public interface EaseeCommand extends SuccessListener, FailureListener, ContentL
|
||||
*
|
||||
* @param resultProcessor
|
||||
*/
|
||||
public void registerResultProcessor(JsonResultProcessor resultProcessor);
|
||||
void registerResultProcessor(JsonResultProcessor resultProcessor);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user