JAL-1831 update all maxItems annotation to the max value for a 32-bit signed binary...
[jalview.git] / src / jalview / json / binding / biojson / v1 / SequenceFeaturesPojo.java
index e493ecb..4c413c5 100644 (file)
@@ -16,7 +16,11 @@ public class SequenceFeaturesPojo
   @Attributes(required = true, description = "End residue position for the sequence feature")
   private int xEnd;
 
-  @Attributes(required = true, minItems = 1, maxItems = 1999999999, description = "Reference to the sequence in the alignment<br> (more like a foreign key)")
+  @Attributes(
+    required = true,
+    minItems = 1,
+    maxItems = 2147483647,
+    description = "Reference to the sequence in the alignment<br> (more like a foreign key)")
   private String sequenceRef;
 
   @Attributes(required = true, description = "The name or type of the SequenceFeature")