X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fjson%2Fbinding%2Fbiojson%2Fv1%2FAnnotationPojo.java;h=f01dd5215308bff1824cd76462d4a9428adc2e7f;hb=3d0101179759ef157b088ea135423cd909512d9f;hp=75cd7374b4fdb50d7324f5c6b1653943e60e7517;hpb=c19d2a91ca05e052e3408bf5852d88eb5d0608f1;p=jalview.git diff --git a/src/jalview/json/binding/biojson/v1/AnnotationPojo.java b/src/jalview/json/binding/biojson/v1/AnnotationPojo.java index 75cd737..f01dd52 100644 --- a/src/jalview/json/binding/biojson/v1/AnnotationPojo.java +++ b/src/jalview/json/binding/biojson/v1/AnnotationPojo.java @@ -1,6 +1,6 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b2) - * 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. * @@ -36,7 +36,8 @@ public class AnnotationPojo @Attributes( required = true, - enums = { "E", "H", "\u0000", ")", "(" }, + enums = + { "E", "H", "\u0000", ")", "(" }, description = "Determines what is rendered for the secondary
structure
For RNA Helix (only shown when working with
nucleotide sequences): ") private char secondaryStructure;