]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.document.server.io/src/org/simantics/document/server/io/FileInfo.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.document.server.io / src / org / simantics / document / server / io / FileInfo.java
index 65cb585f649a1fdc9676de76fdbd23aae3e86070..2fdb98276ee0783d615260bc612b0b2d984ce4fa 100644 (file)
@@ -1,53 +1,53 @@
-/*******************************************************************************\r
- * Copyright (c) 2013, 2014 Association for Decentralized \r
- * Information Management in Industry THTH ry.\r
- * All rights reserved. This program and the accompanying materials\r
- * are made available under the terms of the THTH Simantics \r
- * Division Member Component License which accompanies this \r
- * distribution, and is available at\r
- * http://www.simantics.org/legal/sdmcl-v10.html\r
- *\r
- * Contributors:\r
- *     Semantum Oy - initial API and implementation\r
- *******************************************************************************/\r
-package org.simantics.document.server.io;\r
-\r
-public class FileInfo {\r
-    \r
-    private String name;\r
-    private String content;\r
-    private boolean canModify;\r
-    private Long resourceId;\r
-    private Long creationTimeMillis;\r
-    \r
-    public FileInfo(String name, String content, Long resourceId, Long creationTimeMillis, boolean canModify) {\r
-        this.name = name;\r
-        this.content = content;\r
-        this.canModify = canModify;\r
-        this.resourceId = resourceId;\r
-        this.creationTimeMillis = creationTimeMillis;\r
-    }\r
-\r
-    public String getName() {\r
-        return name;\r
-    }\r
-\r
-    public String getContent() {\r
-        return content;\r
-    }\r
-\r
-    public boolean canModify() {\r
-        return canModify;\r
-    }\r
-\r
-    public Long getResourceId() {\r
-        return resourceId;\r
-    }\r
-\r
-    public Long getCreationTimeMillis() {\r
-        return creationTimeMillis;\r
-    }\r
-\r
-    \r
-    \r
-}\r
+/*******************************************************************************
+ * Copyright (c) 2013, 2014 Association for Decentralized 
+ * Information Management in Industry THTH ry.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the THTH Simantics 
+ * Division Member Component License which accompanies this 
+ * distribution, and is available at
+ * http://www.simantics.org/legal/sdmcl-v10.html
+ *
+ * Contributors:
+ *     Semantum Oy - initial API and implementation
+ *******************************************************************************/
+package org.simantics.document.server.io;
+
+public class FileInfo {
+    
+    private String name;
+    private String content;
+    private boolean canModify;
+    private Long resourceId;
+    private Long creationTimeMillis;
+    
+    public FileInfo(String name, String content, Long resourceId, Long creationTimeMillis, boolean canModify) {
+        this.name = name;
+        this.content = content;
+        this.canModify = canModify;
+        this.resourceId = resourceId;
+        this.creationTimeMillis = creationTimeMillis;
+    }
+
+    public String getName() {
+        return name;
+    }
+
+    public String getContent() {
+        return content;
+    }
+
+    public boolean canModify() {
+        return canModify;
+    }
+
+    public Long getResourceId() {
+        return resourceId;
+    }
+
+    public Long getCreationTimeMillis() {
+        return creationTimeMillis;
+    }
+
+    
+    
+}