Fix checkstyle issues to enforce it
[controller.git] / opendaylight / config / config-api / src / test / java / org / opendaylight / controller / config / api / JmxAttributeTest.java
index 39609a0e16d606171eff825fa57d7a75739d90a0..cb0bbafb3a61ec1f3a8c2cafd06eac9e21f631aa 100644 (file)
@@ -1,11 +1,19 @@
-package org.opendaylight.controller.config.api;
+/*
+ * Copyright (c) 2014, 2017 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
+ */
 
-import org.junit.Test;
+package org.opendaylight.controller.config.api;
 
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertNotEquals;
 import static org.junit.Assert.assertNotNull;
 
+import org.junit.Test;
+
 public class JmxAttributeTest {
 
     @Test