diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-05 16:22:27 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-11-05 16:22:27 +0100 |
commit | f6f7f645e40ac2dcad944f4c833a3eee0297364e (patch) | |
tree | cbeb725b2642ab63811524221252b75f24e672cd /src/main/java/at/hannibal2/skyhanni/config/Features.java | |
parent | 3c94ef471755ac333a8ab1a4ed4b26af2fe1be25 (diff) | |
download | skyhanni-f6f7f645e40ac2dcad944f4c833a3eee0297364e.tar.gz skyhanni-f6f7f645e40ac2dcad944f4c833a3eee0297364e.tar.bz2 skyhanni-f6f7f645e40ac2dcad944f4c833a3eee0297364e.zip |
code cleanup
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/Features.java')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/Features.java | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/Features.java b/src/main/java/at/hannibal2/skyhanni/config/Features.java index 7f262474f..ad7e5ab44 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/Features.java +++ b/src/main/java/at/hannibal2/skyhanni/config/Features.java @@ -60,17 +60,17 @@ public class Features extends Config { } /* - * If you are adding a new category, please insert it alphabetically - * The only exceptions to this are About and GUI, which are pinned to the top - * and Misc and Dev, which are to be at the bottom. Thanks! + * If you are adding a new category, please insert it alphabetically + * The only exceptions to this are About and GUI, which are pinned to the top + * and Misc and Dev, which are to be at the bottom. Thanks! */ @Expose - @Category(name = "About", desc = "Information about SkyHanni and updates") + @Category(name = "About", desc = "Information about SkyHanni and updates.") public About about = new About(); @Expose - @Category(name = "GUI", desc = "Change the locations of GUI elements. (§e/sh gui§7)") + @Category(name = "GUI", desc = "Change the locations of GUI elements (§e/sh gui§7).") public GUIConfig gui = new GUIConfig(); @Expose @@ -82,7 +82,7 @@ public class Features extends Config { public ChatConfig chat = new ChatConfig(); @Expose - @Category(name = "Chroma", desc = "Settings for Chroma text. (Credit to SBA)") + @Category(name = "Chroma", desc = "Settings for Chroma text (Credit to SBA).") public ChromaConfig chroma = new ChromaConfig(); @Expose |