X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fio%2Fpacked%2FSimpleDataProvider.java;h=8a96219422fb55784488fb4340902a87cd71e76d;hb=b57a02c25e335d033c97f8a6bacd6b54f62bd2b6;hp=879c64fee8e0ab20b1748355d9a7ee7fecd6833c;hpb=a45774ee31d9f35d4eff46d54d7deab719afb092;p=jalview.git diff --git a/src/jalview/io/packed/SimpleDataProvider.java b/src/jalview/io/packed/SimpleDataProvider.java index 879c64f..8a96219 100644 --- a/src/jalview/io/packed/SimpleDataProvider.java +++ b/src/jalview/io/packed/SimpleDataProvider.java @@ -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. * @@ -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)