Archiviert
13
0

Fix JavaDoc of a copy-paste error.

Dieser Commit ist enthalten in:
Kristian S. Stangeland 2014-05-02 17:17:01 +02:00
Ursprung 2244f986bb
Commit f9cd2b3db4

Datei anzeigen

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