Formatted source
[jalview.git] / src / jalview / datamodel / SequencePoint.java
index 5da4d64..fa91e59 100755 (executable)
 * along with this program; if not, write to the Free Software\r
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA\r
 */\r
-\r
 package jalview.datamodel;\r
-import java.util.*;\r
-import java.awt.*;\r
 \r
+import java.awt.*;\r
 \r
-public class SequencePoint {\r
+import java.util.*;\r
 \r
-  // SMJS PUBLIC\r
-  public SequenceI sequence;\r
-  public float[] coord;\r
-  // SMJS ENDPUBLIC\r
 \r
-  public SequencePoint(SequenceI sequence, float[] coord) {\r
-    this.sequence = sequence;\r
-    this.coord = coord;\r
-  }\r
+public class SequencePoint {\r
+    // SMJS PUBLIC\r
+    public SequenceI sequence;\r
+    public float[] coord;\r
 \r
+    // SMJS ENDPUBLIC\r
+    public SequencePoint(SequenceI sequence, float[] coord) {\r
+        this.sequence = sequence;\r
+        this.coord = coord;\r
+    }\r
 }\r