JAL-1551 JAL-1819 formatting/imports
[jalview.git] / src / jalview / datamodel / Annotation.java
index 0230e7a..71ebbb3 100755 (executable)
@@ -107,9 +107,13 @@ public class Annotation
       return;
     }
     if (that.displayCharacter != null)
+    {
       displayCharacter = new String(that.displayCharacter);
+    }
     if (that.description != null)
+    {
       description = new String(that.description);
+    }
     secondaryStructure = that.secondaryStructure;
     value = that.value;
     colour = that.colour;