X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fconfig%2Fnetty-config-api%2Fsrc%2Fmain%2Fyang%2Fnetty.yang;h=7f7a3ff4ce83e7b5580a78455dce7943e9efac4c;hb=a35fe9ae149bd4c7089d48665ccc8bff580bce53;hp=32ecad9eb46a6de9896c38ebeb083537846ca398;hpb=56a881b184f02588b88ebfbc541dcffe33fa0927;p=controller.git diff --git a/opendaylight/config/netty-config-api/src/main/yang/netty.yang b/opendaylight/config/netty-config-api/src/main/yang/netty.yang index 32ecad9eb4..7f7a3ff4ce 100644 --- a/opendaylight/config/netty-config-api/src/main/yang/netty.yang +++ b/opendaylight/config/netty-config-api/src/main/yang/netty.yang @@ -1,14 +1,14 @@ // vi: set smarttab et sw=4 tabstop=4: module netty { - yang-version 1; - namespace "urn:opendaylight:params:xml:ns:yang:controller:netty"; - prefix "netty"; + yang-version 1; + namespace "urn:opendaylight:params:xml:ns:yang:controller:netty"; + prefix "netty"; - import config { prefix config; revision-date 2013-04-05; } + import config { prefix config; revision-date 2013-04-05; } - organization "Cisco Systems, Inc."; + organization "Cisco Systems, Inc."; - contact "Milos Fabian "; + contact "Milos Fabian "; description "This module contains the base YANG definitions for @@ -17,15 +17,15 @@ module netty { Copyright (c)2013 Cisco Systems, Inc. All rights reserved.; This program and the accompanying materials are made available - under the terms of the Eclipse Public License v1.0 which - accompanies this distribution, and is available at - http://www.eclipse.org/legal/epl-v10.html"; + under the terms of the Eclipse Public License v1.0 which + accompanies this distribution, and is available at + http://www.eclipse.org/legal/epl-v10.html"; revision "2013-11-19" { description "Initial revision."; } - + identity netty-threadgroup { description "Configuration wrapper around netty's threadgroup"; @@ -33,7 +33,7 @@ module netty { base "config:service-type"; config:java-class "io.netty.channel.EventLoopGroup"; } - + identity netty-event-executor { description "Configuration wrapper around netty's event executor"; @@ -41,12 +41,12 @@ module netty { base "config:service-type"; config:java-class "io.netty.util.concurrent.EventExecutor"; } - + identity netty-timer { description "Configuration wrapper around netty's timer"; base "config:service-type"; - config:java-class "io.netty.util.Timer"; + config:java-class "io.netty.util.Timer"; } -} +} \ No newline at end of file