comment on jalview.io.AlignFile architecture
authorjprocter <jprocter@compbio.dundee.ac.uk>
Thu, 15 Nov 2012 15:19:11 +0000 (15:19 +0000)
committerjprocter <jprocter@compbio.dundee.ac.uk>
Thu, 15 Nov 2012 15:19:11 +0000 (15:19 +0000)
src/jalview/io/AlignFile.java

index 1d6b76b..cfd37b0 100755 (executable)
@@ -74,7 +74,7 @@ public abstract class AlignFile extends FileParse
    */
   public AlignFile()
   {
-         // Shouldn't we init data structures
+         // Shouldn't we init data structures (JBPNote: not sure - initData is for initialising the structures used for reading from a datasource, and the bare constructor hasn't got any datasource)
          initData();
   }