aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2021-08-19 23:00:58 -0600
committerBryson Steck <steck.bryson@gmail.com>2021-08-19 23:00:58 -0600
commit0962e07574556494e31011f1532edf864dfd02b2 (patch)
treeecff39aa4e1b00a9a924ee1d8fe8c532b6570723 /src
parent748cff4fe7a0c148b0d6f0660847dd190a906b19 (diff)
downloadresurrection-0962e07574556494e31011f1532edf864dfd02b2.tar
resurrection-0962e07574556494e31011f1532edf864dfd02b2.tar.gz
resurrection-0962e07574556494e31011f1532edf864dfd02b2.tar.bz2
compiled with different jdk
Diffstat (limited to 'src')
-rw-r--r--src/net/brysonsteck/Resurrection/ParseSettings.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net/brysonsteck/Resurrection/ParseSettings.java b/src/net/brysonsteck/Resurrection/ParseSettings.java
index 802678c..6de7269 100644
--- a/src/net/brysonsteck/Resurrection/ParseSettings.java
+++ b/src/net/brysonsteck/Resurrection/ParseSettings.java
@@ -14,7 +14,6 @@ public class ParseSettings {
boolean settingsComplete;
boolean valuesComplete;
-
public ParseSettings() {
try {
File settingsFile = new File("plugins/settings.resurrection");