X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fjson%2Fbinding%2Fbiojson%2Fv1%2FSequenceFeaturesPojo.java;fp=src%2Fjalview%2Fjson%2Fbinding%2Fbiojson%2Fv1%2FSequenceFeaturesPojo.java;h=4c413c55dbfefb80f51d278aee81e78c54bd9bcf;hb=8e2f91c6975f077f4313a516a46a5a42b6388b3a;hp=e493ecb51abbb86e9962e5883273d7bf9a2d7112;hpb=b683387108bab62bcab2bb45cb44b680bfbc5394;p=jalview.git diff --git a/src/jalview/json/binding/biojson/v1/SequenceFeaturesPojo.java b/src/jalview/json/binding/biojson/v1/SequenceFeaturesPojo.java index e493ecb..4c413c5 100644 --- a/src/jalview/json/binding/biojson/v1/SequenceFeaturesPojo.java +++ b/src/jalview/json/binding/biojson/v1/SequenceFeaturesPojo.java @@ -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
(more like a foreign key)") + @Attributes( + required = true, + minItems = 1, + maxItems = 2147483647, + description = "Reference to the sequence in the alignment
(more like a foreign key)") private String sequenceRef; @Attributes(required = true, description = "The name or type of the SequenceFeature")