Trigger build
Dieser Commit ist enthalten in:
Ursprung
35bbb2e450
Commit
31550da8de
@ -29,7 +29,8 @@ public interface TypeMapper<T> {
|
||||
}
|
||||
|
||||
// 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) {
|
||||
throw new SecurityException();
|
||||
}
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren