X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-distributed-datastore%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fdatastore%2Fexceptions%2FLocalShardNotFoundException.java;h=fae05d98f3ef1f6b5ad8ffcbda9f49120178c7aa;hb=99f80f27bee37bb23e345420bf14bb7bb4793c28;hp=7a976b86edc562fc3be105b49c8f6fb73070e9d2;hpb=139937c2e646894af6a9b2b8a8a1047c6ef82485;p=controller.git diff --git a/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/exceptions/LocalShardNotFoundException.java b/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/exceptions/LocalShardNotFoundException.java index 7a976b86ed..fae05d98f3 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/exceptions/LocalShardNotFoundException.java +++ b/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/exceptions/LocalShardNotFoundException.java @@ -15,7 +15,7 @@ package org.opendaylight.controller.cluster.datastore.exceptions; public class LocalShardNotFoundException extends RuntimeException { private static final long serialVersionUID = 1L; - public LocalShardNotFoundException(String message){ + public LocalShardNotFoundException(String message) { super(message); } }