X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/core/compiler/InvalidInputException.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/core/compiler/InvalidInputException.java index 5a3767b..67a3b00 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/core/compiler/InvalidInputException.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/core/compiler/InvalidInputException.java @@ -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() {