A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse.debug.core / src / net / sourceforge / phpdt / internal / debug / core / watch / PHPEvalException.java
index cfe1108..52f02be 100644 (file)
@@ -2,9 +2,8 @@ package net.sourceforge.phpdt.internal.debug.core.watch;
 
 public class PHPEvalException extends Exception {
 
-       public PHPEvalException(String s)
-       {
-               super(s);
-       }
+       public PHPEvalException(String s) {
+               super(s);
+       }
 
 }
\ No newline at end of file