mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2024-11-30 22:44:07 +01:00
Cleaned up code.
This commit is contained in:
parent
b01b67f64c
commit
95f49f34d0
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user