Refactory: remove unused classes, imports, fields and methods.
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / core / builder / ImageBuilderInternalException.java
index 5c1c6bb..2ad336f 100644 (file)
@@ -18,6 +18,10 @@ import org.eclipse.core.runtime.CoreException;
  */
 public class ImageBuilderInternalException extends RuntimeException {
 
+       /**
+        * 
+        */
+       private static final long serialVersionUID = 6513327092634795515L;
        protected CoreException coreException;
 
        public ImageBuilderInternalException(CoreException e) {