Reformat
This commit is contained in:
@@ -52,6 +52,7 @@ public enum Lang {
|
||||
|
||||
/**
|
||||
* Lang enum constructor.
|
||||
*
|
||||
* @param path The string path.
|
||||
* @param start The default string.
|
||||
*/
|
||||
@@ -62,6 +63,7 @@ public enum Lang {
|
||||
|
||||
/**
|
||||
* Set the {@code YamlConfiguration} to use.
|
||||
*
|
||||
* @param config The config to set.
|
||||
*/
|
||||
public static void setFile(YamlConfiguration config) {
|
||||
@@ -77,6 +79,7 @@ public enum Lang {
|
||||
|
||||
/**
|
||||
* Get the default value of the path.
|
||||
*
|
||||
* @return The default value of the path.
|
||||
*/
|
||||
public String getDefault() {
|
||||
@@ -85,6 +88,7 @@ public enum Lang {
|
||||
|
||||
/**
|
||||
* Get the path to the string.
|
||||
*
|
||||
* @return The path to the string.
|
||||
*/
|
||||
public String getPath() {
|
||||
|
||||
Reference in New Issue
Block a user