JAL-1831 update all maxItems annotation to the max value for a 32-bit signed binary...
[jalview.git] / src / jalview / json / binding / biojson / v1 / SequencePojo.java
index 17c6506..5677b13 100644 (file)
@@ -9,7 +9,11 @@ public class SequencePojo
   @Attributes(required = true, description = "Serial version identifier for the <b>seqs</b> object model")
   private String svid = "1.0";
 
-  @Attributes(required = true,minLength=3,maxLength=1999999999, description = "Sequence residue characters. An aligned sequence may contain <br>one of the following gap characters “.”, “-” or “ ”")
+  @Attributes(
+    required = true,
+    minLength = 3,
+    maxLength = 2147483647,
+    description = "Sequence residue characters. An aligned sequence may contain <br>one of the following gap characters “.”, “-” or “ ”")
   private String seq;
 
   @Attributes(required = true, description = "Sequence name")