Line endings, consistency!

By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
Bukkit/Spigot
2011-03-27 21:27:27 +01:00
parent 125a380385
commit 9418264170
25 changed files with 823 additions and 823 deletions

View File

@@ -1,23 +1,23 @@
/**
*
*/
package org.bukkit.entity;
/**
* Represents a Slime.
*
* @author Cogito
*
*/
public interface Slime extends LivingEntity {
/**
* @author Celtic Minstrel
* @return The size of the slime
*/
public int getSize();
/**
* @author Celtic Minstrel
* @param sz The new size of the slime.
*/
public void setSize(int sz);
}
/**
*
*/
package org.bukkit.entity;
/**
* Represents a Slime.
*
* @author Cogito
*
*/
public interface Slime extends LivingEntity {
/**
* @author Celtic Minstrel
* @return The size of the slime
*/
public int getSize();
/**
* @author Celtic Minstrel
* @param sz The new size of the slime.
*/
public void setSize(int sz);
}