code and comment cleanup.
This commit is contained in:
parent
b18df58870
commit
724e05e0a4
@ -260,7 +260,6 @@ public class GatesManager
|
|||||||
else {
|
else {
|
||||||
fileWriter.write(value.toString() + "\n");
|
fileWriter.write(value.toString() + "\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fileWriter.close();
|
fileWriter.close();
|
||||||
|
@ -8,9 +8,6 @@ import org.bukkit.World;
|
|||||||
import de.craftinc.gates.Plugin;
|
import de.craftinc.gates.Plugin;
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
* NOTE: We do not care about yaw and pitch for gate locations. So we won't serialize them.
|
|
||||||
*/
|
|
||||||
public class LocationUtil
|
public class LocationUtil
|
||||||
{
|
{
|
||||||
protected final static String worldKey = "world";
|
protected final static String worldKey = "world";
|
||||||
@ -36,7 +33,8 @@ public class LocationUtil
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Serializes a location. Helps storing locations inside yaml files.
|
* Serializes a location. Helps storing locations inside yaml files. NOTE: We do not care about yaw
|
||||||
|
* and pitch for gate locations. So we won't serialize them.
|
||||||
*
|
*
|
||||||
* @param l The location to serialize. Supplying 'null' is ok..
|
* @param l The location to serialize. Supplying 'null' is ok..
|
||||||
* @return A Map object ready for storing inside a yaml file. Will return 'null' if 'l' is null.
|
* @return A Map object ready for storing inside a yaml file. Will return 'null' if 'l' is null.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user