apply jalview code style
[jalview.git] / src / jalview / api / SequenceStructureBinding.java
index e95f047..f4c9345 100644 (file)
 package jalview.api;
 
 /**
- * methods for interacting with the binding between a structure visualization and one or more Jalview views.
- * @author JimP
- * prototype class - this may disappear !
+ * methods for interacting with the binding between a structure visualization
+ * and one or more Jalview views.
+ * 
+ * @author JimP prototype class - this may disappear !
  */
 public interface SequenceStructureBinding
 {
 
-  // todo: decide what this really means - we could return a reference to the alignment/jmol binding, or some other binding.
+  // todo: decide what this really means - we could return a reference to the
+  // alignment/jmol binding, or some other binding.
 }