From: pk910 Date: Sun, 27 Nov 2011 15:16:01 +0000 (+0100) Subject: fixed JavaGod syntax X-Git-Url: http://git.pk910.de/?p=PHP-P10.git;a=commitdiff_plain;h=32b1c2ac1f6f2b1ed7e08af55d028effcff3d0c7 fixed JavaGod syntax --- 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]." }