Removed PUBLIC modifiers from IEvent
This commit is contained in:
parent
f11597136f
commit
233f1e69f9
@ -18,10 +18,10 @@ package com.iluwatar.event.asynchronous;
|
||||
|
||||
public interface IEvent {
|
||||
|
||||
public void start();
|
||||
void start();
|
||||
|
||||
public void stop();
|
||||
void stop();
|
||||
|
||||
public void status();
|
||||
void status();
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user