Fixed Java warnings.

This commit is contained in:
sk89q
2010-12-29 23:15:53 -08:00
parent 687260801f
commit 912468f8a1
29 changed files with 57 additions and 46 deletions

View File

@@ -24,6 +24,8 @@ package com.sk89q.worldedit;
* @author sk89q
*/
public class UnknownDirectionException extends WorldEditException {
private static final long serialVersionUID = 5705931351293248358L;
private String dir;
public UnknownDirectionException(String dir) {