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

View File

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