summaryrefslogtreecommitdiff
path: root/core/src/main/java/org/elasticsearch/index/store/Store.java
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/main/java/org/elasticsearch/index/store/Store.java')
-rw-r--r--core/src/main/java/org/elasticsearch/index/store/Store.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/main/java/org/elasticsearch/index/store/Store.java b/core/src/main/java/org/elasticsearch/index/store/Store.java
index d4761dccbb..9c7c95b721 100644
--- a/core/src/main/java/org/elasticsearch/index/store/Store.java
+++ b/core/src/main/java/org/elasticsearch/index/store/Store.java
@@ -355,7 +355,7 @@ public class Store extends AbstractIndexShardComponent implements Closeable, Ref
}
/**
- * Decreases the refCount of this Store instance.If the refCount drops to 0, then this
+ * Decreases the refCount of this Store instance. If the refCount drops to 0, then this
* store is closed.
*
* @see #incRef