3253-omnibus save
[jalview.git] / src / jalview / io / gff / Gff2Helper.java
index 19045d5..a15a116 100644 (file)
@@ -38,20 +38,10 @@ public class Gff2Helper extends GffHelperBase
    */
   public static Map<String, List<String>> parseNameValuePairs(String text)
   {
-    // TODO: can a value include a comma? if so it will be broken by this
     return parseNameValuePairs(text, ";", ' ', ",");
   }
 
   /**
-   * Return ' ' as the name-value separator used in column 9 attributes.
-   */
-  @Override
-  protected char getNameValueSeparator()
-  {
-    return ' ';
-  }
-
-  /**
    * Default processing if not overridden is just to construct a sequence
    * feature
    */