Cleaned up code.

This commit is contained in:
sk89q 2011-01-17 00:19:23 -08:00
parent b01b67f64c
commit 95f49f34d0
9 changed files with 19 additions and 14 deletions

View File

@ -1,5 +1,3 @@
package au.com.bytecode.opencsv;
/** /**
Copyright 2005 Bytecode Pty Ltd. Copyright 2005 Bytecode Pty Ltd.
@ -16,6 +14,8 @@
limitations under the License. limitations under the License.
*/ */
package au.com.bytecode.opencsv;
import java.io.IOException; import java.io.IOException;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.List; import java.util.List;

View File

@ -1,5 +1,3 @@
package au.com.bytecode.opencsv;
/** /**
Copyright 2005 Bytecode Pty Ltd. Copyright 2005 Bytecode Pty Ltd.
@ -16,6 +14,8 @@
limitations under the License. limitations under the License.
*/ */
package au.com.bytecode.opencsv;
import java.io.BufferedReader; import java.io.BufferedReader;
import java.io.Closeable; import java.io.Closeable;
import java.io.IOException; import java.io.IOException;

View File

@ -1,5 +1,3 @@
package au.com.bytecode.opencsv;
/** /**
Copyright 2005 Bytecode Pty Ltd. Copyright 2005 Bytecode Pty Ltd.
@ -16,6 +14,8 @@
limitations under the License. limitations under the License.
*/ */
package au.com.bytecode.opencsv;
import java.io.Closeable; import java.io.Closeable;
import java.io.IOException; import java.io.IOException;
import java.io.PrintWriter; import java.io.PrintWriter;

View File

@ -1,4 +1,3 @@
package au.com.bytecode.opencsv;
/** /**
Copyright 2005 Bytecode Pty Ltd. Copyright 2005 Bytecode Pty Ltd.
@ -15,6 +14,8 @@
limitations under the License. limitations under the License.
*/ */
package au.com.bytecode.opencsv;
import java.io.IOException; import java.io.IOException;
import java.sql.ResultSet; import java.sql.ResultSet;
import java.sql.SQLException; import java.sql.SQLException;

View File

@ -1,4 +1,3 @@
package au.com.bytecode.opencsv;
/** /**
Copyright 2005 Bytecode Pty Ltd. Copyright 2005 Bytecode Pty Ltd.
@ -14,6 +13,9 @@
See the License for the specific language governing permissions and See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
package au.com.bytecode.opencsv;
import java.io.IOException; import java.io.IOException;
import java.io.Reader; import java.io.Reader;
import java.math.BigDecimal; import java.math.BigDecimal;

View File

@ -1,6 +1,3 @@
package com.sk89q.worldguard.blacklist;
import com.sk89q.worldguard.blacklist.events.BlacklistEvent;
// $Id$ // $Id$
/* /*
* WorldGuard * WorldGuard
@ -20,6 +17,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.sk89q.worldguard.blacklist;
import com.sk89q.worldguard.blacklist.events.BlacklistEvent;
/** /**
* *
* @author sk89q * @author sk89q

View File

@ -1,4 +1,3 @@
package com.sk89q.worldguard.blacklist.loggers;
// $Id$ // $Id$
/* /*
* WorldGuard * WorldGuard
@ -18,6 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.sk89q.worldguard.blacklist.loggers;
import java.util.logging.Logger; import java.util.logging.Logger;
import java.util.logging.Level; import java.util.logging.Level;
import com.sk89q.worldedit.blocks.ItemType; import com.sk89q.worldedit.blocks.ItemType;

View File

@ -1,4 +1,3 @@
package com.sk89q.worldguard.bukkit;
// $Id$ // $Id$
/* /*
* WorldGuard * WorldGuard
@ -18,6 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
package com.sk89q.worldguard.bukkit;
import java.util.logging.Handler; import java.util.logging.Handler;
import java.util.logging.LogRecord; import java.util.logging.LogRecord;
import org.bukkit.ChatColor; import org.bukkit.ChatColor;

View File

@ -25,7 +25,6 @@
import java.util.regex.Matcher; import java.util.regex.Matcher;
import java.util.regex.Pattern; import java.util.regex.Pattern;
import java.io.*; import java.io.*;
import au.com.bytecode.opencsv.CSVReader; import au.com.bytecode.opencsv.CSVReader;
import au.com.bytecode.opencsv.CSVWriter; import au.com.bytecode.opencsv.CSVWriter;
import com.sk89q.worldedit.BlockVector; import com.sk89q.worldedit.BlockVector;