Small javadoc cleanup

This commit is contained in:
Nathan Adams
2011-10-10 21:58:44 +01:00
parent dd7042407f
commit 14d3401121
46 changed files with 1 additions and 140 deletions

View File

@@ -1,15 +1,9 @@
/**
*
*/
package org.bukkit.entity;
import org.bukkit.material.Colorable;
/**
* Represents a Sheep.
*
* @author Cogito
*
*/
public interface Sheep extends Animals, Colorable {