]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.modeling/src/org/simantics/modeling/adapters/ChangeInformation.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.modeling / src / org / simantics / modeling / adapters / ChangeInformation.java
index f960311c9b592ee6068442339e4d980e1d2eacb9..4508bbffc66172798b066b825f8ea854d04c4717 100644 (file)
@@ -1,20 +1,20 @@
-package org.simantics.modeling.adapters;\r
-\r
-import org.simantics.databoard.Bindings;\r
-import org.simantics.databoard.binding.Binding;\r
-\r
-public class ChangeInformation {\r
-\r
-       public static final Binding BINDING = Bindings.getBindingUnchecked(ChangeInformation.class);\r
-       \r
-       public String createdBy;\r
-       public long createdAt;\r
-       public String modifiedBy;\r
-       public long modifiedAt;\r
-       \r
-       public boolean isLater(ChangeInformation other) {\r
-               if(other == null) return true;\r
-               return other.modifiedAt > modifiedAt;\r
-       }\r
-       \r
-}\r
+package org.simantics.modeling.adapters;
+
+import org.simantics.databoard.Bindings;
+import org.simantics.databoard.binding.Binding;
+
+public class ChangeInformation {
+
+       public static final Binding BINDING = Bindings.getBindingUnchecked(ChangeInformation.class);
+       
+       public String createdBy;
+       public long createdAt;
+       public String modifiedBy;
+       public long modifiedAt;
+       
+       public boolean isLater(ChangeInformation other) {
+               if(other == null) return true;
+               return other.modifiedAt > modifiedAt;
+       }
+       
+}