mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-15 03:01:12 +00:00
Removed PUBLIC modifiers from IEvent
This commit is contained in:
@@ -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();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user