formatting
[jalview.git] / src / jalview / ws / rest / NoValidInputDataException.java
index 00ae610..43cbf49 100644 (file)
@@ -1,6 +1,6 @@
 /*******************************************************************************
  * Jalview - A Sequence Alignment Editor and Viewer (Version 2.7)
- * Copyright (C) 2011 J Procter, AM Waterhouse, G Barton, M Clamp, S Searle
+ * Copyright (C) 2011 J Procter, AM Waterhouse, J Engelhardt, LM Lui, G Barton, M Clamp, S Searle
  *
  * This file is part of Jalview.
  *
 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);
   }
 
 }