Checkstyle clean-up src/test/java
[yangtools.git] / yang / yang-common / src / test / java / org / opendaylight / yangtools / yang / common / YangConstantsTest.java
index 7216db7a1a2fd1db17b00f484f5cee5eac685a7e..7f161512016cda132351245f13bc8b2b851d6257 100644 (file)
@@ -4,9 +4,7 @@
  * 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.yang.common;
 
 import static org.junit.Assert.assertEquals;
@@ -25,4 +23,4 @@ public class YangConstantsTest {
         assertEquals(QNameModule.create(uriYang, null).intern(), YangConstants.RFC6020_YANG_MODULE);
         assertEquals(QNameModule.create(uriYin, null).intern(), YangConstants.RFC6020_YIN_MODULE);
     }
-}
\ No newline at end of file
+}