]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.common/src/org/simantics/common/format/Formatter.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.common / src / org / simantics / common / format / Formatter.java
index de8e68b02cc54bf2b9e132090e8f51765ba863a8..dba3292aaedf1334eaedf4c7a72fb8b069c04903 100644 (file)
@@ -1,10 +1,10 @@
-package org.simantics.common.format;\r
-\r
-/*\r
- * This interface performs string formatting for arbitrary input. Implementations usually make some assumptions about the input.\r
- */\r
-public interface Formatter {\r
-\r
-       String format(Object object);\r
-       \r
-}\r
+package org.simantics.common.format;
+
+/*
+ * This interface performs string formatting for arbitrary input. Implementations usually make some assumptions about the input.
+ */
+public interface Formatter {
+
+       String format(Object object);
+       
+}