1) Fixed issue #844: Short form of ternary operator (since PHP 5.3).
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / core / compiler / InvalidInputException.java
index 5a3767b..67a3b00 100644 (file)
@@ -17,6 +17,11 @@ package net.sourceforge.phpdt.core.compiler;
 public class InvalidInputException extends Exception {
 
        /**
+        * 
+        */
+       private static final long serialVersionUID = 6181636764452047619L;
+
+       /**
         * InvalidInputException constructor comment.
         */
        public InvalidInputException() {