Removed trailing whitespaces.

This commit is contained in:
Wizjany
2011-09-24 15:32:03 -04:00
parent b5b55a2775
commit f90e47da9a
45 changed files with 402 additions and 402 deletions

View File

@@ -20,26 +20,26 @@
package com.sk89q.worldedit;
/**
*
*
* @author sk89q
*/
public abstract class ServerInterface {
/**
* Resolves an item name to its ID.
*
*
* @param name
* @return
*/
public abstract int resolveItem(String name);
/**
* Checks if a mob type is valid.
*
*
* @param type
* @return
*/
public abstract boolean isValidMobType(String type);
/**
* Reload WorldEdit configuration.
*/