Skip to content

Commit 136e4ef

Browse files
author
Ankit Gupta
committed
Add doc
1 parent d160595 commit 136e4ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/org/rocksdb/Options.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,10 @@ public Options createStatistics() {
215215
}
216216

217217
/*
218-
* Pointer to statistics object. Should only be called after statistics has
219-
* been created by createStatistics() call. Calls createStatistics() if
218+
* Returns statistics object. Calls createStatistics() if
220219
* C++ returns NULL pointer for statistics.
221220
*
221+
* @return the instance of the statistics object.
222222
* @see createStatistics()
223223
*/
224224
public Statistics statisticsPtr() {

0 commit comments

Comments
 (0)