X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fdatamodel%2Ffeatures%2FFeatureAttributes.java;fp=src%2Fjalview%2Fdatamodel%2Ffeatures%2FFeatureAttributes.java;h=d2745115de84f688bc6d0342ece596351b535d13;hb=afbff636fa2dfa01daa1f4ec4e8a936e61e3cf16;hp=bcf404b4b0b3c87df7574a7fece0fd96d7f0d72d;hpb=c6df3928336440918d23b4e7cb579f134e2f48dd;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) {