X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fdatamodel%2FFeatureProperties.java;h=f495624bf60b04394052a6b9b4be4d6614c94eec;hb=3d0101179759ef157b088ea135423cd909512d9f;hp=c6e8ce38838b92eb3380ea4fea91590d7ecaa962;hpb=838e4f91d4a53dd315640dbc9ff6ef7a815ee576;p=jalview.git diff --git a/src/jalview/datamodel/FeatureProperties.java b/src/jalview/datamodel/FeatureProperties.java index c6e8ce3..f495624 100644 --- a/src/jalview/datamodel/FeatureProperties.java +++ b/src/jalview/datamodel/FeatureProperties.java @@ -1,6 +1,6 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b1) - * 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,8 +28,7 @@ package jalview.datamodel; */ public class FeatureProperties { - - private static final String EMBL_CODING_FEATURE = "CDS"; + public static final String EMBL_CODING_FEATURE = "CDS"; public static final String EXONPOS = "exon number"; @@ -48,8 +47,8 @@ public class FeatureProperties if (type.equalsIgnoreCase(EMBL_CODING_FEATURE)) { return (dbrefsource == null - || dbrefsource.equalsIgnoreCase(DBRefSource.EMBL) || dbrefsource - .equalsIgnoreCase(DBRefSource.EMBLCDS)); + || dbrefsource.equalsIgnoreCase(DBRefSource.EMBL) + || dbrefsource.equalsIgnoreCase(DBRefSource.EMBLCDS)); } return false; }