]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.databoard/src/org/simantics/databoard/binding/reflection/MyRecordSerializer.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.databoard / src / org / simantics / databoard / binding / reflection / MyRecordSerializer.java
index f00176486a602b098662abe5996df8b6ddd7f677..b1fbb0d03ca974a9747ad6bc9dacdbe89893d3b2 100644 (file)
@@ -1,25 +1,25 @@
-/*******************************************************************************\r
- * Copyright (c) 2007, 2011 Association for Decentralized Information Management in\r
- * Industry THTH ry.\r
- * All rights reserved. This program and the accompanying materials\r
- * are made available under the terms of the Eclipse Public License v1.0\r
- * which accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/epl-v10.html\r
- *\r
- * Contributors:\r
- *     VTT Technical Research Centre of Finland - initial API and implementation\r
- *******************************************************************************/\r
-package org.simantics.databoard.binding.reflection;\r
-\r
-import org.simantics.databoard.binding.RecordBinding;\r
-import org.simantics.databoard.serialization.Serializer;\r
-import org.simantics.databoard.serialization.impl.GenericRecordSerializer;\r
-\r
-public class MyRecordSerializer extends GenericRecordSerializer {\r
-\r
-       public MyRecordSerializer(RecordBinding binding,\r
-                       Serializer[] componentSerializers) {\r
-               super(binding, componentSerializers);\r
-       }\r
-\r
-}\r
+/*******************************************************************************
+ * Copyright (c) 2007, 2011 Association for Decentralized Information Management in
+ * Industry THTH ry.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *     VTT Technical Research Centre of Finland - initial API and implementation
+ *******************************************************************************/
+package org.simantics.databoard.binding.reflection;
+
+import org.simantics.databoard.binding.RecordBinding;
+import org.simantics.databoard.serialization.Serializer;
+import org.simantics.databoard.serialization.impl.GenericRecordSerializer;
+
+public class MyRecordSerializer extends GenericRecordSerializer {
+
+       public MyRecordSerializer(RecordBinding binding,
+                       Serializer[] componentSerializers) {
+               super(binding, componentSerializers);
+       }
+
+}