mirror of
https://github.com/garbagemule/MobArena.git
synced 2024-11-26 04:25:21 +01:00
Deprecate ArenaClass getLowercaseName()
method.
This commit deprecates the "lowercase name" method on ArenaClass to push the new slug concept throughout the code base in a "healthy" way.
This commit is contained in:
parent
aed57f5cb6
commit
1b46e17e38
@ -68,7 +68,9 @@ public class ArenaClass
|
|||||||
/**
|
/**
|
||||||
* Get the lowercase class name.
|
* Get the lowercase class name.
|
||||||
* @return the lowercase class name
|
* @return the lowercase class name
|
||||||
|
* @deprecated use {@link #getSlug()} instead
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public String getLowercaseName() {
|
public String getLowercaseName() {
|
||||||
return lowercaseName;
|
return lowercaseName;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user