mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-14 10:58:42 +00:00
Code cleanup (#1461)
* Code cleanup * Fix flux tests * Fix checkstyle errors * Fix compile error
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ Joshua Bloch, Effective Java 2nd Edition p.18
|
||||
|
||||
```java
|
||||
public enum EnumIvoryTower {
|
||||
INSTANCE;
|
||||
INSTANCE
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user