Correct indent
Change-Id: Ia28677fa71e1db3f95c744b988d9cd5e9df3ae4e
diff --git a/incubator/api/src/main/java/org/onosproject/incubator/elasticcfg/ElasticConfigService.java b/incubator/api/src/main/java/org/onosproject/incubator/elasticcfg/ElasticConfigService.java
index 6597184..b0aa80d 100644
--- a/incubator/api/src/main/java/org/onosproject/incubator/elasticcfg/ElasticConfigService.java
+++ b/incubator/api/src/main/java/org/onosproject/incubator/elasticcfg/ElasticConfigService.java
@@ -133,11 +133,10 @@
* after applying the filter, the result is an empty list of nodes.
* Future will be completed with a {@code FailedException} if path
* does not point to a valid node.
- *
*/
- CompletableFuture<ConfigNode> getNode(ConfigStoreType store,
- ConfigNodePath path, TraversalMode mode,
- ConfigFilter filter);
+ CompletableFuture<ConfigNode> getNode(ConfigStoreType store,
+ ConfigNodePath path, TraversalMode mode,
+ ConfigFilter filter);
/**
* Returns the number of children under the given path, excluding
@@ -191,5 +190,5 @@
* @param listener listener to unregister
* @return a future that is completed when the operation completes
*/
- CompletableFuture<Void> removeConfigListener(ElasticConfigListener listener);
-}
\ No newline at end of file
+ CompletableFuture<Void> removeConfigListener(ElasticConfigListener listener);
+}