mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-16 10:59:03 +00:00
Reformat rest of the design patterns - Issue #224
This commit is contained in:
@@ -7,8 +7,8 @@ package com.iluwatar.state;
|
||||
*/
|
||||
public interface State {
|
||||
|
||||
void onEnterState();
|
||||
void onEnterState();
|
||||
|
||||
void observe();
|
||||
void observe();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user