Replaced 'controller' with 'yangtools' in all package names.
[yangtools.git] / yang-data-impl / src / test / java / org / opendaylight / yangtools / yang / data / impl / IgnoreWhiteCharsDiffListener.java
similarity index 96%
rename from yang-data-impl/src/test/java/org/opendaylight/controller/yang/data/impl/IgnoreWhiteCharsDiffListener.java
rename to yang-data-impl/src/test/java/org/opendaylight/yangtools/yang/data/impl/IgnoreWhiteCharsDiffListener.java
index bf6b292c23d3b4256407be553d53e3ef8c2dfd42..bf92b663f759e1c002dc582416c3d56b673cc4f7 100644 (file)
@@ -5,7 +5,7 @@
  * 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.controller.yang.data.impl;
+package org.opendaylight.yangtools.yang.data.impl;
 
 import org.custommonkey.xmlunit.Difference;
 import org.custommonkey.xmlunit.DifferenceConstants;