JAL-3551 - doc tweak
authorJim Procter <j.procter@dundee.ac.uk>
Tue, 14 Sep 2021 16:15:23 +0000 (17:15 +0100)
committerJim Procter <j.procter@dundee.ac.uk>
Tue, 14 Sep 2021 16:15:23 +0000 (17:15 +0100)
src/jalview/structures/models/AAStructureBindingModel.java

index 5a7b448..44773e9 100644 (file)
@@ -67,7 +67,7 @@ import jalview.util.MessageManager;
 
 /**
  * 
- * A base class to hold common function for protein structure model binding.
+ * A base class to hold common function for 3D structure model binding.
  * Initial version created by refactoring JMol and Chimera binding models, but
  * other structure viewers could in principle be accommodated in future.
  * 
@@ -582,6 +582,7 @@ public abstract class AAStructureBindingModel
       }
     }
   }
+  
 
   @Override
   public abstract void highlightAtoms(List<AtomSpec> atoms);