Fix checkstyle violations in sal-common-api
[controller.git] / opendaylight / md-sal / sal-common-api / src / main / yang / opendaylight-entity-ownership-service.yang
1 module opendaylight-entity-ownership-service {
2     yang-version 1;
3     namespace "urn:opendaylight:params:xml:ns:yang:controller:md:sal:core:spi:entity-ownership-service";
4     prefix "entity-ownership-service";
5
6     import config { prefix config; revision-date 2013-04-05; }
7
8     description "EntityOwnershipService interface definition";
9
10     revision "2015-08-10" {
11         description "Initial revision";
12     }
13
14     identity entity-ownership-service {
15         base "config:service-type";
16         config:java-class  "org.opendaylight.controller.md.sal.common.api.clustering.EntityOwnershipService";
17         config:disable-osgi-service-registration;
18     }
19 }