Merge "Bug 451 - Fix netconf exception handling"
[controller.git] / opendaylight / md-sal / samples / toaster-consumer / src / main / java / org / opendaylight / controller / config / yang / config / kitchen_service / impl / KitchenServiceModuleFactory.java
1 /**
2 * Generated file
3
4 * Generated from: yang module name: toaster-consumer-impl  yang module local name: toaster-consumer-impl
5 * Generated by: org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator
6 * Generated at: Wed Feb 05 11:31:30 CET 2014
7 *
8 * Do not modify this file unless it is present under src/main directory
9 */
10 package org.opendaylight.controller.config.yang.config.kitchen_service.impl;
11
12 import org.opendaylight.controller.config.yang.config.kitchen_service.impl.AbstractKitchenServiceModuleFactory;
13
14 /**
15 *
16 */
17 public class KitchenServiceModuleFactory extends AbstractKitchenServiceModuleFactory
18 {
19
20
21 }