]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/modules/Documentation.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / elaboration / modules / Documentation.java
index 555ad2f809a8bc315a70396ea051002b69a70225..3f61c19f2e42f5032441d7721944a8c1f333df4e 100644 (file)
@@ -1,11 +1,11 @@
-package org.simantics.scl.compiler.elaboration.modules;\r
-\r
-public class Documentation {\r
-    public final String documentation;\r
-    public final String tableOfContents;\r
-    \r
-    public Documentation(String documentation, String tableOfContents) {\r
-        this.documentation = documentation;\r
-        this.tableOfContents = tableOfContents;\r
-    }\r
-}\r
+package org.simantics.scl.compiler.elaboration.modules;
+
+public class Documentation {
+    public final String documentation;
+    public final String tableOfContents;
+    
+    public Documentation(String documentation, String tableOfContents) {
+        this.documentation = documentation;
+        this.tableOfContents = tableOfContents;
+    }
+}