REGEX CANNOT BE STATIC
[jalview.git] / src / jalview / datamodel / Sequence.java
index 80dfda5..65537ae 100755 (executable)
@@ -66,9 +66,9 @@ public class Sequence implements SequenceI
       checkValidRange();\r
     }\r
 \r
-    static com.stevesoft.pat.Regex limitrx = new com.stevesoft.pat.Regex(\r
+    com.stevesoft.pat.Regex limitrx = new com.stevesoft.pat.Regex(\r
                         "[/][0-9]{1,}[-][0-9]{1,}$");\r
-    static com.stevesoft.pat.Regex endrx = new com.stevesoft.pat.Regex(\r
+    com.stevesoft.pat.Regex endrx = new com.stevesoft.pat.Regex(\r
                         "[0-9]{1,}$");\r
 \r
     void parseId()\r