Minor ThreadUtil reformat

This commit is contained in:
James Seibel
2024-01-14 13:49:39 -06:00
parent fe9695e889
commit 79b0b3dc0a
2 changed files with 14 additions and 5 deletions
@@ -49,6 +49,6 @@ public final class ModInfo
public static final String MULTIVERSE_PLUGIN_NAMESPACE = "world_control";
/** All DH owned threads should start with this string to allow for easier debugging and profiling. */
public static String THREAD_NAME_PREFIX = "DH-";
public static final String THREAD_NAME_PREFIX = "DH-";
}