X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-distributed-datastore%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fdatastore%2Fmessages%2FUpdateSchemaContext.java;h=16f49e278a90ef65671874e4d34defd896d96357;hp=47f9ea8c4fadcae48d6d2ffeb5527e2b2da51ffd;hb=925cb4a228d0fda99c7bfeb432eb25285a223887;hpb=c7ec8db7f107b5e265f4e8b2fe3dd0f7b1163b64 diff --git a/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/messages/UpdateSchemaContext.java b/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/messages/UpdateSchemaContext.java index 47f9ea8c4f..16f49e278a 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/messages/UpdateSchemaContext.java +++ b/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/messages/UpdateSchemaContext.java @@ -11,13 +11,13 @@ package org.opendaylight.controller.cluster.datastore.messages; import org.opendaylight.yangtools.yang.model.api.SchemaContext; public class UpdateSchemaContext { - private final SchemaContext schemaContext; + private final SchemaContext schemaContext; - public UpdateSchemaContext(SchemaContext schemaContext) { - this.schemaContext = schemaContext; - } + public UpdateSchemaContext(SchemaContext schemaContext) { + this.schemaContext = schemaContext; + } - public SchemaContext getSchemaContext() { - return schemaContext; - } + public SchemaContext getSchemaContext() { + return schemaContext; + } }