SteamWar/SpigotCore
Archiviert
13
0
Dieser Commit ist enthalten in:
yoyosource 2021-07-30 18:05:24 +02:00
Ursprung 35bbb2e450
Commit 31550da8de

Datei anzeigen

@ -29,7 +29,8 @@ public interface TypeMapper<T> {
} }
// For backwards compatibility, can be removed later on // For backwards compatibility, can be removed later on
@Deprecated(since = "Use the other map Function without calling super!") // SINCE="Use the other map Function without calling super!"
@Deprecated
default T map(String[] previousArguments, String s) { default T map(String[] previousArguments, String s) {
throw new SecurityException(); throw new SecurityException();
} }