mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-02-05 23:11:39 +01:00
Made constructor private.
This commit is contained in:
parent
729706f69d
commit
21c259f628
@ -6,7 +6,7 @@ package us.tastybento.bskyblock.api.localization;
|
||||
*/
|
||||
public class TextVariables {
|
||||
|
||||
TextVariables() {}
|
||||
private TextVariables() {}
|
||||
|
||||
public static final String NAME = "[name]";
|
||||
public static final String DESCRIPTION = "[description]";
|
||||
|
Loading…
Reference in New Issue
Block a user