formatting
[jalview.git] / src / jalview / io / packed / SimpleDataProvider.java
index 4374bd4..8a96219 100644 (file)
@@ -20,8 +20,9 @@ package jalview.io.packed;
 import jalview.io.FileParse;
 
 /**
- * minimal implementation of the DataProvider interface.
- * Allows a FileParse datasource to be specified as one of the DataProvider.JvDataType content types, with or without some other associated object as external reference.
+ * minimal implementation of the DataProvider interface. Allows a FileParse
+ * datasource to be specified as one of the DataProvider.JvDataType content
+ * types, with or without some other associated object as external reference.
  */
 public class SimpleDataProvider implements DataProvider
 {
@@ -33,9 +34,14 @@ public class SimpleDataProvider implements DataProvider
 
   /**
    * create a SimpleDataProvider
-   * @param type - contents of resource accessible via fp
-   * @param fp - datasource
-   * @param assoc - external object that fp's content should be associated with (may be null)
+   * 
+   * @param type
+   *          - contents of resource accessible via fp
+   * @param fp
+   *          - datasource
+   * @param assoc
+   *          - external object that fp's content should be associated with (may
+   *          be null)
    */
   public SimpleDataProvider(DataProvider.JvDataType type, FileParse fp,
           Object assoc)