Deprecated a poorly named method

This commit is contained in:
MattBDev 2019-09-01 19:40:16 -04:00
parent 213fd80894
commit a7012814ab

View File

@ -883,7 +883,7 @@ public enum Captions {
}
}
public String f(final Object... args) {
@Deprecated public String f(final Object... args) {
return format(getTranslated(), args);
}