fuck auto reformat
This commit is contained in:
@@ -564,11 +564,6 @@ public interface Eco {
|
||||
@ApiStatus.Internal
|
||||
private static Eco eco;
|
||||
|
||||
private Instance() {
|
||||
throw new UnsupportedOperationException(
|
||||
"This is a utility class and cannot be instantiated");
|
||||
}
|
||||
|
||||
/**
|
||||
* Initialize eco.
|
||||
*
|
||||
@@ -589,5 +584,9 @@ public interface Eco {
|
||||
static Eco get() {
|
||||
return eco;
|
||||
}
|
||||
|
||||
private Instance() {
|
||||
throw new UnsupportedOperationException("This is a utility class and cannot be instantiated");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user