Fixing sonar issues 2
[yangtools.git] / code-generator / binding-generator-spi / src / main / java / org / opendaylight / yangtools / sal / binding / generator / spi / BindingGeneratorServiceProvider.java
index 222d02ba593b737fd7b8c50b6cfc3ae542b0c0a9..d306069116179748a8c0aee6c107972ab89e76ae 100644 (file)
@@ -1,13 +1,13 @@
-/*\r
- * Copyright (c) 2013 Cisco Systems, Inc. and others.  All rights reserved.\r
- *\r
- * This program and the accompanying materials are made available under the\r
- * terms of the Eclipse Public License v1.0 which accompanies this distribution,\r
- * and is available at http://www.eclipse.org/legal/epl-v10.html\r
- */\r
-package org.opendaylight.yangtools.sal.binding.generator.spi;\r
-\r
-public interface BindingGeneratorServiceProvider {\r
-\r
-    public void registerTypeProvider(final TypeProvider provider);\r
-}\r
+/*
+ * Copyright (c) 2013 Cisco Systems, Inc. and others.  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
+ */
+package org.opendaylight.yangtools.sal.binding.generator.spi;
+
+public interface BindingGeneratorServiceProvider {
+
+    void registerTypeProvider(final TypeProvider provider);
+}