aboutsummaryrefslogtreecommitdiff
path: root/test-common/src/main/java/dev/isxander/yacl3/test/AutogenConfigTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'test-common/src/main/java/dev/isxander/yacl3/test/AutogenConfigTest.java')
-rw-r--r--test-common/src/main/java/dev/isxander/yacl3/test/AutogenConfigTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-common/src/main/java/dev/isxander/yacl3/test/AutogenConfigTest.java b/test-common/src/main/java/dev/isxander/yacl3/test/AutogenConfigTest.java
index 15ab195..828aa73 100644
--- a/test-common/src/main/java/dev/isxander/yacl3/test/AutogenConfigTest.java
+++ b/test-common/src/main/java/dev/isxander/yacl3/test/AutogenConfigTest.java
@@ -54,8 +54,8 @@ public class AutogenConfigTest {
@AutoGen(category = "test", group = "master_test")
@FloatSlider(min = 0.0f, max = 1f, step = 0.01f)
- @OverrideFormatter(ValueFormatters.PercentFormatter.class)
- @OverrideName("A cool percentage.")
+ @CustomFormat(ValueFormatters.PercentFormatter.class)
+ @CustomName("A cool percentage.")
@SerialEntry public float testFloat = 0.1f;
@AutoGen(category = "test", group = "master_test")