Merge from development repository.
[controller.git] / opendaylight / sal / yang-prototype / code-generator / yang-model-parser-impl / src / main / java / org / opendaylight / controller / yang / model / parser / builder / api / TypeDefinitionAwareBuilder.java
@@ -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.model.parser.api;
+package org.opendaylight.controller.yang.model.parser.builder.api;
 
 /**
  * Builders of all nodes, which can have 'typedef' statement must implement this interface.