Moved exceptions to package com.sk89q.worldedit to prevent potential collision.

This commit is contained in:
sk89q 2010-10-02 13:46:33 -07:00
parent 9fa6c136c0
commit 6364ba720b
6 changed files with 11 additions and 0 deletions

View File

@ -23,6 +23,7 @@ import java.util.logging.Logger;
import java.util.Map;
import java.io.*;
import org.mozilla.javascript.*;
import com.sk89q.worldedit.*;
/**
*

View File

@ -17,6 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
import com.sk89q.worldedit.*;
/**
*
* @author sk89q

View File

@ -1,3 +1,5 @@
package com.sk89q.worldedit;
// $Id$
/*
* WorldEdit

View File

@ -1,3 +1,5 @@
package com.sk89q.worldedit;
// $Id$
/*
* WorldEdit

View File

@ -1,3 +1,5 @@
package com.sk89q.worldedit;
// $Id$
/*
* WorldEdit

View File

@ -1,3 +1,5 @@
package com.sk89q.worldedit;
// $Id$
/*
* WorldEdit