Remove superfluous javadocs

By: Erik Broes <erikbroes@grum.nl>
This commit is contained in:
Bukkit/Spigot
2011-07-17 17:02:03 +02:00
parent c11905550e
commit 3c852a3c8f
49 changed files with 7 additions and 659 deletions

View File

@@ -80,7 +80,7 @@ public interface World {
*
* @param x X-coordinate of the block
* @param z Z-coordinate of the block
*
*
* @return Highest non-empty block
*/
public Block getHighestBlockAt(int x, int z);
@@ -89,7 +89,7 @@ public interface World {
* Gets the highest non-empty block at the given coordinates
*
* @param location Coordinates to get the highest block
*
*
* @return Highest non-empty block
*/
public Block getHighestBlockAt(Location location);