From c1cff8ca74dd2a68d42dabcb0d5c87b2206324d1 Mon Sep 17 00:00:00 2001 From: extendedclip Date: Mon, 6 Jan 2020 14:29:07 -0500 Subject: [PATCH] javadoc --- src/main/java/me/clip/placeholderapi/PlaceholderAPI.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/me/clip/placeholderapi/PlaceholderAPI.java b/src/main/java/me/clip/placeholderapi/PlaceholderAPI.java index 0fc6c19..fb4a941 100644 --- a/src/main/java/me/clip/placeholderapi/PlaceholderAPI.java +++ b/src/main/java/me/clip/placeholderapi/PlaceholderAPI.java @@ -228,7 +228,6 @@ public class PlaceholderAPI { * @param text text to parse the placeholder values to * @param placeholderPattern the pattern to match placeholders to. Capture group 1 must contain an * @param colorize true/false if color codes should be translated within the output text - * underscore separating the identifier from the params * @return text with all placeholders set to the corresponding values */ public static String setPlaceholders(OfflinePlayer player, String text, Pattern placeholderPattern, boolean colorize) {