Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / src / javajs / swing / Insets.java
index cd45698..1ebed19 100644 (file)
@@ -1,14 +1,14 @@
-package javajs.swing;\r
-\r
-public class Insets {\r
-\r
-       int top, left, bottom, right;\r
-       \r
-       public Insets(int top, int left, int bottom, int right) {\r
-               this.top = top;\r
-               this.left = left;\r
-               this.bottom = bottom;\r
-               this.right = right;\r
-       }\r
-\r
-}\r
+package javajs.swing;
+
+public class Insets {
+
+       int top, left, bottom, right;
+       
+       public Insets(int top, int left, int bottom, int right) {
+               this.top = top;
+               this.left = left;
+               this.bottom = bottom;
+               this.right = right;
+       }
+
+}