Bug 8351: enforce check-style rules for restconf
[netconf.git] / restconf / sal-rest-connector / src / main / java / org / opendaylight / controller / config / yang / md / sal / rest / connector / RestConnectorModuleFactory.java
index e721362086ea2bf3487c5b911ff425769a7f0773..4cc00d1393ad0f9f5fbf5af642a4fb1ac1ce0dd9 100644 (file)
@@ -1,25 +1,28 @@
-/**
+/*
  * Copyright (c) 2015 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
  */
-/*
-* Generated file
+
+package org.opendaylight.controller.config.yang.md.sal.rest.connector;
+
+import org.opendaylight.controller.config.api.DependencyResolver;
+import org.opendaylight.controller.config.api.DynamicMBeanWithInstance;
+import org.osgi.framework.BundleContext;
+
+/**
+* Generated file.
 *
+* <p>
 * Generated from: yang module name: opendaylight-rest-connector yang module local name: rest-connector-impl
 * Generated by: org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator
 * Generated at: Fri Jul 25 04:33:31 CDT 2014
 *
+* <p>
 * Do not modify this file unless it is present under src/main directory
 */
-package org.opendaylight.controller.config.yang.md.sal.rest.connector;
-
-import org.opendaylight.controller.config.api.DependencyResolver;
-import org.opendaylight.controller.config.api.DynamicMBeanWithInstance;
-import org.osgi.framework.BundleContext;
-
 public class RestConnectorModuleFactory
         extends org.opendaylight.controller.config.yang.md.sal.rest.connector.AbstractRestConnectorModuleFactory {