mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-14 16:58:47 +00:00
Fix PMD violations #327
This commit is contained in:
@@ -7,5 +7,5 @@ package com.iluwatar.callback;
|
||||
*/
|
||||
public interface Callback {
|
||||
|
||||
public void call();
|
||||
void call();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user