JAL-2792 Javadoc updates
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Mon, 30 Oct 2017 16:56:34 +0000 (16:56 +0000)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Mon, 30 Oct 2017 16:56:34 +0000 (16:56 +0000)
src/jalview/datamodel/features/FeatureSources.java

index 96efb41..1be1b82 100644 (file)
@@ -3,6 +3,13 @@ package jalview.datamodel.features;
 import java.util.HashMap;
 import java.util.Map;
 
+/**
+ * A singleton to hold metadata about feature attributes, keyed by a unique
+ * feature source identifier
+ * 
+ * @author gmcarstairs
+ *
+ */
 public class FeatureSources
 {
   private static FeatureSources instance = new FeatureSources();
@@ -10,7 +17,7 @@ public class FeatureSources
   private Map<String, FeatureSourceI> sources;
 
   /**
-   * Answers the singelton instance of this class
+   * Answers the singleton instance of this class
    * 
    * @return
    */