formatting
[jalview.git] / src / jalview / ws / rest / NoValidInputDataException.java
index ca3cba3..43cbf49 100644 (file)
 package jalview.ws.rest;
 
 /**
- * exception thrown if there is no data available to construct a valid input for a particular validInput.InputType and RestJob
+ * exception thrown if there is no data available to construct a valid input for
+ * a particular validInput.InputType and RestJob
+ * 
  * @author JimP
- *
+ * 
  */
 public class NoValidInputDataException extends Exception
 {
@@ -32,7 +34,7 @@ public class NoValidInputDataException extends Exception
 
   public NoValidInputDataException(String string, Exception ex)
   {
-    super(string,ex);
+    super(string, ex);
   }
 
 }