Small javadoc cleanup

By: Nathan Adams <dinnerbone@dinnerbone.com>
This commit is contained in:
Bukkit/Spigot
2011-10-10 21:58:44 +01:00
parent 96063a2b4d
commit 429eb80d6e
46 changed files with 1 additions and 140 deletions

View File

@@ -8,12 +8,9 @@ import org.bukkit.entity.LivingEntity;
import java.util.Iterator;
import java.util.NoSuchElementException;
import java.lang.IllegalStateException;
/**
* This class performs ray tracing and iterates along blocks on a line
*
* @author raphfrk
*/
public class BlockIterator implements Iterator<Block> {

View File

@@ -2,8 +2,6 @@ package org.bukkit.util.config;
/**
* Configuration exception.
*
* @author sk89q
*/
public class ConfigurationException extends Exception {
private static final long serialVersionUID = -2442886939908724203L;