Checkstyle clean-up src/test/java
[yangtools.git] / yang / yang-data-api / src / test / java / org / opendaylight / yangtools / yang / data / api / schema / tree / spi / DuplicityTest.java
index 19377b1b0c0129801712c643844093402ede716b..127dcf713c39086cd146a1fe1dbea4188572b460 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.data.api.schema.tree.spi;
 
 import static org.junit.Assert.assertEquals;
@@ -33,4 +31,4 @@ public class DuplicityTest {
         assertEquals(0, normalizedNodeDuplicateEntryMapNode.size());
         assertEquals(0, normalizedNodeDuplicateEntryMapContainer.size());
     }
-}
\ No newline at end of file
+}