Fixed PMD issue.

This commit is contained in:
Chandana Amarnath 2016-11-23 00:10:30 +05:30
parent 5e7887d9be
commit b9ac0dc6a3
2 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1,2 @@
@startuml
@enduml

View File

@ -26,5 +26,5 @@ package org.queue.load.leveling;
*
*/
public interface Task {
public void submit(Message msg);
void submit(Message msg);
}