Clean up yang parser.
[yangtools.git] / yang / yang-parser-impl / src / test / java / org / opendaylight / yangtools / yang / parser / impl / TestUtils.java
index fe438c928d53dcaa5756ca515e394ac72c4b6384..4d77c2506c4e4e1d848092be863f5707270fe4d5 100644 (file)
@@ -39,8 +39,6 @@ import org.opendaylight.yangtools.yang.model.parser.api.YangModelParser;
 
 final class TestUtils {
 
-    static final DateFormat simpleDateFormat = new SimpleDateFormat("yyyy-MM-dd");
-
     private TestUtils() {
     }
 
@@ -151,7 +149,7 @@ final class TestUtils {
     /**
      * Test if node has augmenting flag set to expected value. In case this is
      * DataNodeContainer/ChoiceNode, check its child nodes/case nodes too.
-     * 
+     *
      * @param node
      *            node to check
      * @param expected
@@ -173,7 +171,7 @@ final class TestUtils {
     /**
      * Check if node has addedByUses flag set to expected value. In case this is
      * DataNodeContainer/ChoiceNode, check its child nodes/case nodes too.
-     * 
+     *
      * @param node
      *            node to check
      * @param expected