]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.modeling/src/org/simantics/modeling/adapters/ChangeInformationProperty.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.modeling / src / org / simantics / modeling / adapters / ChangeInformationProperty.java
index 912d11e6c81148d27865adf1878d2e5e1e4f5655..4f1b9121274818b3ed4886edd6a2617a6766b6a8 100644 (file)
@@ -1,23 +1,23 @@
-package org.simantics.modeling.adapters;\r
-\r
-import org.simantics.db.Resource;\r
-\r
-public class ChangeInformationProperty {\r
-\r
-       public static enum ChangeInformationPropertyType {\r
-               CREATEDBY("Author"),CREATEDAT("Created At"),MODIFIEDBY("Last Modified By"),MODIFIEDAT("Last Modified At");\r
-               final public String label;\r
-               ChangeInformationPropertyType(String label) {\r
-                       this.label = label;\r
-               }\r
-       }\r
-       \r
-       public final Resource resource;\r
-       public final ChangeInformationPropertyType type;\r
-       \r
-       public ChangeInformationProperty(ChangeInformationPropertyType type, Resource resource) {\r
-               this.type = type;\r
-               this.resource = resource;\r
-       }\r
-       \r
-}\r
+package org.simantics.modeling.adapters;
+
+import org.simantics.db.Resource;
+
+public class ChangeInformationProperty {
+
+       public static enum ChangeInformationPropertyType {
+               CREATEDBY("Author"),CREATEDAT("Created At"),MODIFIEDBY("Last Modified By"),MODIFIEDAT("Last Modified At");
+               final public String label;
+               ChangeInformationPropertyType(String label) {
+                       this.label = label;
+               }
+       }
+       
+       public final Resource resource;
+       public final ChangeInformationPropertyType type;
+       
+       public ChangeInformationProperty(ChangeInformationPropertyType type, Resource resource) {
+               this.type = type;
+               this.resource = resource;
+       }
+       
+}