Removed invalid javadoc character

This commit is contained in:
tastybento 2020-01-10 14:01:56 -08:00
parent 816a077ddd
commit 1791108ef6
2 changed files with 2 additions and 2 deletions

View File

@ -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.
*/ */

View File

@ -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");