aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/cc/polyfrost/oneconfig/test/TestPage.java
diff options
context:
space:
mode:
authorDeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com>2022-06-10 19:18:10 +0200
committerDeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com>2022-06-10 19:18:10 +0200
commit79731b2cae7405244e1ca305a0ca3de5754fabea (patch)
tree569375d411d6bac3e5680bd53e19af11161c9fa0 /src/main/java/cc/polyfrost/oneconfig/test/TestPage.java
parent138ef1ac51087c8370fe99f5ed0a903e7d3dcdfe (diff)
downloadOneConfig-79731b2cae7405244e1ca305a0ca3de5754fabea.tar.gz
OneConfig-79731b2cae7405244e1ca305a0ca3de5754fabea.tar.bz2
OneConfig-79731b2cae7405244e1ca305a0ca3de5754fabea.zip
make test stuff not be in final build
Diffstat (limited to 'src/main/java/cc/polyfrost/oneconfig/test/TestPage.java')
-rw-r--r--src/main/java/cc/polyfrost/oneconfig/test/TestPage.java11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/main/java/cc/polyfrost/oneconfig/test/TestPage.java b/src/main/java/cc/polyfrost/oneconfig/test/TestPage.java
deleted file mode 100644
index 54a775a..0000000
--- a/src/main/java/cc/polyfrost/oneconfig/test/TestPage.java
+++ /dev/null
@@ -1,11 +0,0 @@
-package cc.polyfrost.oneconfig.test;
-
-import cc.polyfrost.oneconfig.config.annotations.Switch;
-
-public class TestPage {
-
- @Switch(
- name = "Epic Test Switch"
- )
- boolean test = false;
-}