From 32b1c2ac1f6f2b1ed7e08af55d028effcff3d0c7 Mon Sep 17 00:00:00 2001 From: pk910 Date: Sun, 27 Nov 2011 16:16:01 +0100 Subject: [PATCH] fixed JavaGod syntax --- Bots/JavaGod.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Bots/JavaGod.class.php b/Bots/JavaGod.class.php index 19cdc18..cd16c3e 100644 --- a/Bots/JavaGod.class.php +++ b/Bots/JavaGod.class.php @@ -100,14 +100,14 @@ class {$_NAME} extends Bot { return; } $javacode = "import java.*; - @SuppressWarnings("unused") + @SuppressWarnings(\"unused\") public class Debug_".$entry['id']." { ".$javacontent." } "; } else { $javacode = "import java.*; - @SuppressWarnings("unused") + @SuppressWarnings(\"unused\") public class Debug_".$entry['id']." { ".$exp[1]." } -- 2.20.1