This commit is contained in:
redkale
2024-06-12 16:32:52 +08:00
parent 15a501b2cd
commit 9acb7a5290

View File

@@ -49,7 +49,7 @@ public @interface RetLabel {
public static interface RetInfoTransfer extends BiFunction<Integer, String, String> {}
public abstract static class RetLoader {
private RetLoader() {
throw new IllegalStateException();
}