X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fjalview%2Fdatamodel%2Ffeatures%2FFeatureAttributes.java;fp=src%2Fjalview%2Fdatamodel%2Ffeatures%2FFeatureAttributes.java;h=d2745115de84f688bc6d0342ece596351b535d13;hb=3459a8a691cb22508d7067f240b7254e588e77d3;hp=bcf404b4b0b3c87df7574a7fece0fd96d7f0d72d;hpb=5b27f1062b2203c4c31702e205f4c78e1992063e;p=jalview.git diff --git a/src/jalview/datamodel/features/FeatureAttributes.java b/src/jalview/datamodel/features/FeatureAttributes.java index bcf404b..d274511 100644 --- a/src/jalview/datamodel/features/FeatureAttributes.java +++ b/src/jalview/datamodel/features/FeatureAttributes.java @@ -153,7 +153,9 @@ public class FeatureAttributes } /** - * Answers the description of the attribute, if recorded and unique, or null if either no, or more than description is recorded + * Answers the description of the attribute, if recorded and unique, or null + * if either no, or more than description is recorded + * * @return */ public String getDescription() @@ -354,7 +356,7 @@ public class FeatureAttributes { return; } - + Map atts = attributes.get(featureType); if (atts == null) {