Fix JavaDoc of a copy-paste error.

This commit is contained in:
Kristian S. Stangeland 2014-05-02 17:17:01 +02:00
parent 2244f986bb
commit f9cd2b3db4

View File

@ -728,7 +728,7 @@ public class BukkitConverters {
/**
* Retrieve the converter used to convert between a NMS World and a Bukkit world.
* @return The potion effect converter.
* @return The world converter.
*/
public static EquivalentConverter<World> getWorldConverter() {
return new IgnoreNullConverter<World>() {