Add methods to Reflection utils; test ChangePasswordCommand fully
This commit is contained in:
@@ -36,11 +36,6 @@ public class ChangePasswordTask implements Runnable {
|
||||
this.newPassword = newPassword;
|
||||
}
|
||||
|
||||
/**
|
||||
* Method run.
|
||||
*
|
||||
* @see java.lang.Runnable#run()
|
||||
*/
|
||||
@Override
|
||||
public void run() {
|
||||
Messages m = plugin.getMessages();
|
||||
|
||||
Reference in New Issue
Block a user