Relax visibility on FrontendReadWriteTransaction methods
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / exceptions / LocalShardNotFoundException.java
index 7a976b86edc562fc3be105b49c8f6fb73070e9d2..fae05d98f3ef1f6b5ad8ffcbda9f49120178c7aa 100644 (file)
@@ -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);
     }
 }