Potentially fixed Javadocs

This commit is contained in:
WayofTime 2016-01-01 13:14:49 -05:00
parent dc444d97ae
commit 400161f787

View file

@ -45,7 +45,7 @@ public class NetworkHelper
}
/**
* @see NetworkHelper#getSoulNetwork(String, World)
* @see NetworkHelper#getSoulNetwork(String)
*/
public static SoulNetwork getSoulNetwork(UUID uuid)
{
@ -53,7 +53,7 @@ public class NetworkHelper
}
/**
* @see NetworkHelper#getSoulNetwork(String, World)
* @see NetworkHelper#getSoulNetwork(String)
*/
public static SoulNetwork getSoulNetwork(EntityPlayer player)
{