From 2b96a6552425765a378b53b1ffb13f231c8f171b Mon Sep 17 00:00:00 2001 From: md_5 Date: Fri, 4 Mar 2016 16:19:11 +1100 Subject: [PATCH] BUILDTOOLS-203: Fix invalid javadoc --- .../0019-Add-support-for-fetching-hidden-players.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bukkit-Patches/0019-Add-support-for-fetching-hidden-players.patch b/Bukkit-Patches/0019-Add-support-for-fetching-hidden-players.patch index ba76efb263..641e14dbce 100644 --- a/Bukkit-Patches/0019-Add-support-for-fetching-hidden-players.patch +++ b/Bukkit-Patches/0019-Add-support-for-fetching-hidden-players.patch @@ -14,7 +14,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 } + + /** -+ * Gets all players hidden with {@link hidePlayer(org.bukkit.entity.Player)}. ++ * Gets all players hidden with {@link #hidePlayer(org.bukkit.entity.Player)}. + * + * @return a Set with all hidden players + */