]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/internal/parsing/documentation/Paragraph.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / internal / parsing / documentation / Paragraph.java
index dd6db64b558d94c19442e5ef2f904cedbe5c3b79..e7d784777fceeaf851f44546d2e9323db8d3a24b 100644 (file)
@@ -1,16 +1,16 @@
-package org.simantics.scl.compiler.internal.parsing.documentation;\r
-\r
-public class Paragraph extends DocumentationElement {\r
-    \r
-    String text;\r
-\r
-    public Paragraph(String text) {\r
-        this.text = text;\r
-    }\r
-\r
-    @Override\r
-    public void toHtml(HtmlUnparsingContext context) {\r
-        context.appendParagraph(text);\r
-    }\r
-    \r
-}\r
+package org.simantics.scl.compiler.internal.parsing.documentation;
+
+public class Paragraph extends DocumentationElement {
+    
+    String text;
+
+    public Paragraph(String text) {
+        this.text = text;
+    }
+
+    @Override
+    public void toHtml(HtmlUnparsingContext context) {
+        context.appendParagraph(text);
+    }
+    
+}