Fix formatting of ISO system IDs
[bgpcep.git] / pcep / impl-config / src / main / java / org / opendaylight / controller / config / yang / pcep / impl / IetfInitiated00PCEPParserModule.java
1 /*
2  * Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
3  *
4  * This program and the accompanying materials are made available under the
5  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
6  * and is available at http://www.eclipse.org/legal/epl-v10.html
7  */
8 /**
9  * Generated file
10
11  * Generated from: yang module name: odl-pcep-impl-cfg  yang module local name: pcep-parser-ietf-initiated00
12  * Generated by: org.opendaylight.controller.config.yangjmxgenerator.plugin.JMXGenerator
13  * Generated at: Wed Jan 22 14:05:37 CET 2014
14  *
15  * Do not modify this file unless it is present under src/main directory
16  */
17 package org.opendaylight.controller.config.yang.pcep.impl;
18
19 import org.opendaylight.protocol.pcep.ietf.initiated00.CrabbeInitiatedActivator;
20
21 /**
22 *
23 */
24 public final class IetfInitiated00PCEPParserModule extends
25                 org.opendaylight.controller.config.yang.pcep.impl.AbstractIetfInitiated00PCEPParserModule {
26
27         public IetfInitiated00PCEPParserModule(final org.opendaylight.controller.config.api.ModuleIdentifier identifier,
28                         final org.opendaylight.controller.config.api.DependencyResolver dependencyResolver) {
29                 super(identifier, dependencyResolver);
30         }
31
32         public IetfInitiated00PCEPParserModule(final org.opendaylight.controller.config.api.ModuleIdentifier identifier,
33                         final org.opendaylight.controller.config.api.DependencyResolver dependencyResolver,
34                         final IetfInitiated00PCEPParserModule oldModule, final java.lang.AutoCloseable oldInstance) {
35
36                 super(identifier, dependencyResolver, oldModule, oldInstance);
37         }
38
39         @Override
40         public java.lang.AutoCloseable createInstance() {
41                 return new CrabbeInitiatedActivator();
42         }
43 }