Skip to content

Commit b9ac0dc

Browse files
author
Chandana Amarnath
committed
Fixed PMD issue.
1 parent 5e7887d commit b9ac0dc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@startuml
2+
@enduml

queue-load-leveling/src/main/java/org/queue/load/leveling/Task.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
*
2727
*/
2828
public interface Task {
29-
public void submit(Message msg);
29+
void submit(Message msg);
3030
}

0 commit comments

Comments
 (0)