We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f10bd commit 5c7f484Copy full SHA for 5c7f484
src/test/java/io/github/optijava/opt_carpet_addition/Main.java
@@ -1,13 +1,11 @@
1
package io.github.optijava.opt_carpet_addition;
2
3
-import com.google.gson.Gson;
4
-import io.github.optijava.opt_carpet_addition.utils.config_bean.TpLimitConfigBean;
5
-
6
public class Main {
+ public static int awa() {
+ return awa();
+ }
7
8
public static void main(String[] args) {
9
- TpLimitConfigBean bean = new TpLimitConfigBean();
10
- bean.tpBlacklist.add("");
11
- System.out.println(new Gson().toJson(bean));
+ awa();
12
}
13
0 commit comments