JAL-3121 slightly cleaner parsing of, and unit test for, map attributes
[jalview.git] / src / jalview / io / gff / Gff3Helper.java
index 56ec5ef..1ef8848 100644 (file)
@@ -350,15 +350,6 @@ public class Gff3Helper extends GffHelperBase
   }
 
   /**
-   * Return '=' as the name-value separator used in column 9 attributes.
-   */
-  @Override
-  protected char getNameValueSeparator()
-  {
-    return '=';
-  }
-
-  /**
    * Modifies the default SequenceFeature in order to set the Target sequence id
    * as the description
    */