Skip to content

Commit 233f1e6

Browse files
author
WSSIA
committed
Removed PUBLIC modifiers from IEvent
1 parent f115971 commit 233f1e6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • event-asynchronous/src/main/java/com/iluwatar/event/asynchronous

event-asynchronous/src/main/java/com/iluwatar/event/asynchronous/IEvent.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818

1919
public interface IEvent {
2020

21-
public void start();
21+
void start();
2222

23-
public void stop();
23+
void stop();
2424

25-
public void status();
25+
void status();
2626

2727
}

0 commit comments

Comments
 (0)