Merge branch 'develop' into Release_2_9_0b1_Branch
[jalview.git] / src / jalview / json / binding / biojson / v1 / SequencePojo.java
index 112a54b..59c875f 100644 (file)
@@ -28,7 +28,7 @@ public class SequencePojo
     required = true,
     minLength = 3,
     maxLength = 2147483647,
-    description = "Sequence residue characters. An aligned sequence may contain <br>one of the following gap characters â\80\9c\80?, â\80\9c\80? or â\80\9c â\80?")
+    description = "Sequence residue characters. An aligned sequence may contain <br>one of the following gap characters &#x201c;.&#x201d;, &#x201c;-&#x201d; or &#x201c;&nbsp;&#x201d;")
   private String seq;
 
   @Attributes(required = true, description = "Sequence name")