mirror of
https://github.com/BentoBoxWorld/Level.git
synced 2024-12-19 23:57:36 +01:00
Removed invalid javadoc character
This commit is contained in:
parent
816a077ddd
commit
1791108ef6
@ -82,7 +82,7 @@ public class LevelPresenter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the string representation of the level. May be converted to shorthand notation, e.g., 104556 -> 10.5k
|
* Get the string representation of the level. May be converted to shorthand notation, e.g., 104556 = 10.5k
|
||||||
* @param lvl - long value to represent
|
* @param lvl - long value to represent
|
||||||
* @return string of the level.
|
* @return string of the level.
|
||||||
*/
|
*/
|
||||||
|
@ -215,7 +215,7 @@ public class Settings {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return true if levels should be shown in shorthand notation, e.g., 10,234 -> 10k
|
* @return true if levels should be shown in shorthand notation, e.g., 10,234 = 10k
|
||||||
*/
|
*/
|
||||||
public boolean isShortHand() {
|
public boolean isShortHand() {
|
||||||
return level.getConfig().getBoolean("shorthand");
|
return level.getConfig().getBoolean("shorthand");
|
||||||
|
Loading…
Reference in New Issue
Block a user