Code cleanup (#1461)
* Code cleanup * Fix flux tests * Fix checkstyle errors * Fix compile error
This commit is contained in:
@ -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