X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/PHPUIException.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/PHPUIException.java index 1a9be67..4db626b 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/PHPUIException.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/ui/PHPUIException.java @@ -4,18 +4,17 @@ */ package net.sourceforge.phpdt.internal.ui; - import org.eclipse.core.runtime.CoreException; import org.eclipse.core.runtime.IStatus; /** - * An exception to wrap a status. This is necessary to use the core's IRunnableWithProgress - * support + * An exception to wrap a status. This is necessary to use the core's + * IRunnableWithProgress support */ public class PHPUIException extends CoreException { - + public PHPUIException(IStatus status) { super(status); - } + } } \ No newline at end of file