Potentially fixed Javadocs
This commit is contained in:
parent
dc444d97ae
commit
400161f787
|
@ -45,7 +45,7 @@ public class NetworkHelper
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @see NetworkHelper#getSoulNetwork(String, World)
|
* @see NetworkHelper#getSoulNetwork(String)
|
||||||
*/
|
*/
|
||||||
public static SoulNetwork getSoulNetwork(UUID uuid)
|
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)
|
public static SoulNetwork getSoulNetwork(EntityPlayer player)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue