Skip to content

Commit 5c7f484

Browse files
committed
update
1 parent 15f10bd commit 5c7f484

File tree

1 file changed

+4
-6
lines changed
  • src/test/java/io/github/optijava/opt_carpet_addition

1 file changed

+4
-6
lines changed
Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
package io.github.optijava.opt_carpet_addition;
22

3-
import com.google.gson.Gson;
4-
import io.github.optijava.opt_carpet_addition.utils.config_bean.TpLimitConfigBean;
5-
63
public class Main {
4+
public static int awa() {
5+
return awa();
6+
}
77

88
public static void main(String[] args) {
9-
TpLimitConfigBean bean = new TpLimitConfigBean();
10-
bean.tpBlacklist.add("");
11-
System.out.println(new Gson().toJson(bean));
9+
awa();
1210
}
1311
}

0 commit comments

Comments
 (0)