X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fjson%2Fbinding%2Fbiojson%2Fv1%2FSequencePojo.java;h=98fed15cfa9a0ebf1ad896b7745fc34beedf38b0;hb=refs%2Fheads%2Freleases%2FRelease_2_10_0_Branch;hp=112a54bdc9e9bc687b7fcd5e2cf5aa551b9c34ed;hpb=17e77c3f2949a0729322b4a8d907f3f34b6a9914;p=jalview.git diff --git a/src/jalview/json/binding/biojson/v1/SequencePojo.java b/src/jalview/json/binding/biojson/v1/SequencePojo.java index 112a54b..98fed15 100644 --- a/src/jalview/json/binding/biojson/v1/SequencePojo.java +++ b/src/jalview/json/binding/biojson/v1/SequencePojo.java @@ -1,6 +1,6 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9) - * Copyright (C) 2015 The Jalview Authors + * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) + * Copyright (C) $$Year-Rel$$ The Jalview Authors * * This file is part of Jalview. * @@ -28,7 +28,7 @@ public class SequencePojo required = true, minLength = 3, maxLength = 2147483647, - description = "Sequence residue characters. An aligned sequence may contain
one of the following gap characters “.â€?, “-â€? or “ â€?") + description = "Sequence residue characters. An aligned sequence may contain
one of the following gap characters “.”, “-” or “ ”") private String seq; @Attributes(required = true, description = "Sequence name")