mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Deprecated a poorly named method
This commit is contained in:
parent
213fd80894
commit
a7012814ab
@ -883,7 +883,7 @@ public enum Captions {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public String f(final Object... args) {
|
@Deprecated public String f(final Object... args) {
|
||||||
return format(getTranslated(), args);
|
return format(getTranslated(), args);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user