]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/module/coverage/FunctionCoverage.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / module / coverage / FunctionCoverage.java
index 87c56f690c2e3b34add543b882e0e72e26556d69..09e61b18a3cde65890bfe963bff92e8ad79adb15 100644 (file)
@@ -1,14 +1,14 @@
-package org.simantics.scl.compiler.module.coverage;\r
-\r
-public class FunctionCoverage extends AbstractCoverage {\r
-    public final String functionName;\r
-    public final int totalCodeSize;\r
-    public final int coveredCodeSize;\r
-\r
-    FunctionCoverage(String functionName, int totalCodeSize, int coveredCodeSize) {\r
-        super(functionName, totalCodeSize, coveredCodeSize);\r
-        this.functionName = functionName;\r
-        this.totalCodeSize = totalCodeSize;\r
-        this.coveredCodeSize = coveredCodeSize;\r
-    }\r
-}\r
+package org.simantics.scl.compiler.module.coverage;
+
+public class FunctionCoverage extends AbstractCoverage {
+    public final String functionName;
+    public final int totalCodeSize;
+    public final int coveredCodeSize;
+
+    FunctionCoverage(String functionName, int totalCodeSize, int coveredCodeSize) {
+        super(functionName, totalCodeSize, coveredCodeSize);
+        this.functionName = functionName;
+        this.totalCodeSize = totalCodeSize;
+        this.coveredCodeSize = coveredCodeSize;
+    }
+}