cleanup: remove unnecessary interface modifiers
This commit is contained in:
@@ -22,10 +22,10 @@
|
||||
package server;
|
||||
|
||||
public interface TimerManagerMBean {
|
||||
public boolean isTerminated();
|
||||
public boolean isShutdown();
|
||||
public long getCompletedTaskCount();
|
||||
public long getActiveCount();
|
||||
public long getTaskCount();
|
||||
public int getQueuedTasks();
|
||||
boolean isTerminated();
|
||||
boolean isShutdown();
|
||||
long getCompletedTaskCount();
|
||||
long getActiveCount();
|
||||
long getTaskCount();
|
||||
int getQueuedTasks();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user