Skip to content

Commit 2fbba7d

Browse files
committed
Lint
1 parent 6d0e405 commit 2fbba7d

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

src/main/java/com/azuredoom/levelingcore/systems/nameplate/ShowLvlHeadSystem.java

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,12 @@ public class ShowLvlHeadSystem implements Runnable {
3131
private final Config<GUIConfig> config;
3232

3333
/**
34-
* A marker string used to identify and differentiate nameplate components in the system.
35-
* This marker is composed of zero-width Unicode characters (\u200B, \u200C, \u200D)
36-
* that are invisible in rendered output but can be used for internal processing
37-
* or as separators in nameplate configuration and formatting.
34+
* A marker string used to identify and differentiate nameplate components in the system. This marker is composed of
35+
* zero-width Unicode characters (\u200B, \u200C, \u200D) that are invisible in rendered output but can be used for
36+
* internal processing or as separators in nameplate configuration and formatting.
3837
* <p>
39-
* This constantly enables the system to embed or parse hidden metadata within
40-
* strings associated with nameplates, ensuring that visual elements remain
41-
* unaffected while still allowing for structured data handling.
38+
* This constantly enables the system to embed or parse hidden metadata within strings associated with nameplates,
39+
* ensuring that visual elements remain unaffected while still allowing for structured data handling.
4240
*/
4341
private static final String NAMEPLATE_MARKER = "\u200B\u200C\u200D";
4442

0 commit comments

Comments
 (0)