From 30043fd1c1163458148aacb4b7c10b290a592bd7 Mon Sep 17 00:00:00 2001 From: Very Evil Olaf Date: Tue, 29 Mar 2016 09:10:24 +0200 Subject: [PATCH] Missing brackets very (VERY!) minor change ^^ --- .../com/plotsquared/bukkit/generator/BukkitPlotGenerator.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bukkit/src/main/java/com/plotsquared/bukkit/generator/BukkitPlotGenerator.java b/Bukkit/src/main/java/com/plotsquared/bukkit/generator/BukkitPlotGenerator.java index bc81d3447..ebe524fe5 100644 --- a/Bukkit/src/main/java/com/plotsquared/bukkit/generator/BukkitPlotGenerator.java +++ b/Bukkit/src/main/java/com/plotsquared/bukkit/generator/BukkitPlotGenerator.java @@ -237,7 +237,7 @@ public class BukkitPlotGenerator extends ChunkGenerator implements GeneratorWrap result.grid = grid; result.result = null; result.result_data = null; - // Catch any exceptions (as exceptions usually thrown + // Catch any exceptions (as exceptions usually thrown) try { // Fill the result data if necessary if (this.platformGenerator != this) { @@ -280,7 +280,7 @@ public class BukkitPlotGenerator extends ChunkGenerator implements GeneratorWrap result.result_data = new byte[16][]; result.grid = grid; result.cd = null; - // Catch any exceptions (as exceptions usually thrown + // Catch any exceptions (as exceptions usually thrown) try { // Fill the result data if (this.platformGenerator != this) {