summaryrefslogtreecommitdiffstats
path: root/EssentialsProtect/src/com/earth2me/essentials/protect/ProtectConfig.java
diff options
context:
space:
mode:
authorsnowleo <schneeleo@gmail.com>2012-01-03 00:07:44 +0100
committersnowleo <schneeleo@gmail.com>2012-01-03 00:07:44 +0100
commit7153676137a23f6780b21682456377b0f86b6fb1 (patch)
tree7e455830ab2356e9f8a7411dc097ecb86149d428 /EssentialsProtect/src/com/earth2me/essentials/protect/ProtectConfig.java
parentd2c1b24e4bea0b54b1af2a3f78e78eb2c840b51b (diff)
downloadEssentials-7153676137a23f6780b21682456377b0f86b6fb1.tar
Essentials-7153676137a23f6780b21682456377b0f86b6fb1.tar.gz
Essentials-7153676137a23f6780b21682456377b0f86b6fb1.tar.lz
Essentials-7153676137a23f6780b21682456377b0f86b6fb1.tar.xz
Essentials-7153676137a23f6780b21682456377b0f86b6fb1.zip
Starting to break Protect
Diffstat (limited to 'EssentialsProtect/src/com/earth2me/essentials/protect/ProtectConfig.java')
-rw-r--r--EssentialsProtect/src/com/earth2me/essentials/protect/ProtectConfig.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/EssentialsProtect/src/com/earth2me/essentials/protect/ProtectConfig.java b/EssentialsProtect/src/com/earth2me/essentials/protect/ProtectConfig.java
index bee8d0f4d..feeeb19df 100644
--- a/EssentialsProtect/src/com/earth2me/essentials/protect/ProtectConfig.java
+++ b/EssentialsProtect/src/com/earth2me/essentials/protect/ProtectConfig.java
@@ -1,7 +1,7 @@
package com.earth2me.essentials.protect;
-public enum ProtectConfig
+/*public enum ProtectConfig
{
datatype("protect.datatype", "sqlite"),
mysqlDB("protect.mysqlDb", "jdbc:mysql://localhost:3306/minecraft"),
@@ -87,7 +87,7 @@ public enum ProtectConfig
/**
* @return the configName
- */
+ *//*
public String getConfigName()
{
return configName;
@@ -95,7 +95,7 @@ public enum ProtectConfig
/**
* @return the default value String
- */
+ *//*
public String getDefaultValueString()
{
return defValueString;
@@ -103,7 +103,7 @@ public enum ProtectConfig
/**
* @return the default value boolean
- */
+ *//*
public boolean getDefaultValueBoolean()
{
return defValueBoolean;
@@ -118,4 +118,4 @@ public enum ProtectConfig
{
return isList;
}
-}
+}*/