]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.databoard/src/org/simantics/databoard/serialization/SpecializedSerializerProvider.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.databoard / src / org / simantics / databoard / serialization / SpecializedSerializerProvider.java
index 60625f817637d1f6656b29e9f0195e46fbd8f671..75ac03a33171572ddcb7b5adf6b0650f1f263bdc 100644 (file)
@@ -1,18 +1,18 @@
-package org.simantics.databoard.serialization;\r
-\r
-import org.simantics.databoard.binding.Binding;\r
-\r
-/**\r
- * This is an interface that {@link Binding} may\r
- * implement optionally. It is used to provide\r
- * specialized {@link Serializer}-implementations.\r
- * \r
- * @author Hannu Niemistö\r
- * @deprecated Wrong "inversion of control" instead extend SerializerFactory to add sub-factories.\r
- */\r
-public interface SpecializedSerializerProvider {\r
-    /** \r
-     * @return A specialized serializer for binding, or null.\r
-     */\r
-    Serializer getSpecializedSerializer();\r
-}\r
+package org.simantics.databoard.serialization;
+
+import org.simantics.databoard.binding.Binding;
+
+/**
+ * This is an interface that {@link Binding} may
+ * implement optionally. It is used to provide
+ * specialized {@link Serializer}-implementations.
+ * 
+ * @author Hannu Niemistö
+ * @deprecated Wrong "inversion of control" instead extend SerializerFactory to add sub-factories.
+ */
+public interface SpecializedSerializerProvider {
+    /** 
+     * @return A specialized serializer for binding, or null.
+     */
+    Serializer getSpecializedSerializer();
+}