From 26ed947128e0ba4c3465395ed3789d07f061c44a Mon Sep 17 00:00:00 2001 From: md_5 Date: Tue, 25 Jun 2013 18:12:27 +1000 Subject: [PATCH] Java 1.6 compile support --- CraftBukkit-Patches/0004-Spigot-Configuration.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CraftBukkit-Patches/0004-Spigot-Configuration.patch b/CraftBukkit-Patches/0004-Spigot-Configuration.patch index df4ff1fed..5e100766d 100644 --- a/CraftBukkit-Patches/0004-Spigot-Configuration.patch +++ b/CraftBukkit-Patches/0004-Spigot-Configuration.patch @@ -1,4 +1,4 @@ -From 30196d52fe8630bfa0dd6ccf218e2a0461310fc8 Mon Sep 17 00:00:00 2001 +From 05523e9ca5b7f91133e2fa0a43f4d00bb73c23f8 Mon Sep 17 00:00:00 2001 From: md_5 Date: Sat, 22 Jun 2013 14:06:41 +1000 Subject: [PATCH] Spigot Configuration @@ -77,7 +77,7 @@ index 00326c1..6e6fe1c 100644 diff --git a/src/main/java/org/spigotmc/SpigotConfig.java b/src/main/java/org/spigotmc/SpigotConfig.java new file mode 100644 -index 0000000..1d915fb +index 0000000..b7dbda4 --- /dev/null +++ b/src/main/java/org/spigotmc/SpigotConfig.java @@ -0,0 +1,114 @@ @@ -154,7 +154,7 @@ index 0000000..1d915fb + } catch ( InvocationTargetException ex ) + { + Throwables.propagate( ex.getCause() ); -+ } catch ( ReflectiveOperationException ex ) ++ } catch ( Exception ex ) + { + Bukkit.getLogger().log( Level.SEVERE, "Error invoking " + method, ex ); + }