Enforce checkstyle on yang-data-codec-xml
[yangtools.git] / yang / yang-data-codec-xml / src / test / java / org / opendaylight / yangtools / yang / data / codec / xml / Bug5396Test.java
index cccf6f0654a28d3d52715432a8f153df08494c13..bd94f56d63937ae7e617570fbd909f3042412ebe 100644 (file)
@@ -40,8 +40,9 @@ public class Bug5396Test {
     private SchemaContext schemaContext;
 
     @Before
-    public void Init() throws Exception {
-        fooModuleQName = QNameModule.create(new URI("foo"), SimpleDateFormatUtil.getRevisionFormat().parse("2016-03-22"));
+    public void setUp() throws Exception {
+        fooModuleQName = QNameModule.create(new URI("foo"), SimpleDateFormatUtil.getRevisionFormat().parse(
+                    "2016-03-22"));
 
         schemaContext = YangParserTestUtils.parseYangSource("/bug5396/yang/foo.yang");
     }