Add missing deprecation notices.

This commit is contained in:
Andre_601 2020-07-21 01:06:37 +02:00 committed by GitHub
parent e7ce84e7fc
commit 51f61f61af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -240,7 +240,8 @@ public final class PlaceholderAPI
* identifier from the params
* @param colorize If color codes (&[0-1a-fk-o]) should be translated
* @return The text containing the parsed placeholders
* @deprecated this will do absolutely nothing different
*
* @deprecated Please use {@link #setPlaceholders(OfflinePlayer, String)} instead.
*/
@NotNull
@Deprecated
@ -620,4 +621,4 @@ public final class PlaceholderAPI
return setPlaceholders(player, text, BRACKET_PLACEHOLDER_PATTERN, colorize);
}
}
}