]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.databoard/src/org/simantics/databoard/binding/reflection/ReflectionBindingProvider.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.databoard / src / org / simantics / databoard / binding / reflection / ReflectionBindingProvider.java
index a9d5cb90e89b2afdcca6c4ff2ac89d57695d7afc..23958b5ea653f26b4bfc936c79e7c7e953ab41f0 100644 (file)
@@ -1,31 +1,31 @@
-/*******************************************************************************\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.binding.error.BindingConstructionException;\r
-import org.simantics.databoard.type.RecordType;\r
-\r
-/**\r
- * RefBindingFactory creates reflection based bindings for classes.\r
- * \r
- * @author toni.kalajainen\r
- */\r
-public class ReflectionBindingProvider implements RecordBindingProvider {\r
-\r
-       @Override\r
-       public RecordBinding provideRecordBinding(Class<?> clazz, RecordType type) throws BindingConstructionException {\r
-               ClassInfo ci = ClassInfo.getInfo(clazz);\r
-               return new RecordClassBinding(ci, type);\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.binding.error.BindingConstructionException;
+import org.simantics.databoard.type.RecordType;
+
+/**
+ * RefBindingFactory creates reflection based bindings for classes.
+ * 
+ * @author toni.kalajainen
+ */
+public class ReflectionBindingProvider implements RecordBindingProvider {
+
+       @Override
+       public RecordBinding provideRecordBinding(Class<?> clazz, RecordType type) throws BindingConstructionException {
+               ClassInfo ci = ClassInfo.getInfo(clazz);
+               return new RecordClassBinding(ci, type);
+       }
+       
+}