Skip to content

Commit 8a50971

Browse files
author
Ankit Gupta
committed
Fix formatting issues
1 parent 1422044 commit 8a50971

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

java/org/rocksdb/Options.java

+4-4
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public boolean createIfMissing() {
6363
* the next time the database is opened.
6464
*
6565
* Default: 4MB
66-
* @param size of write buffer
66+
* @param size of write buffer.
6767
* @see RocksDB::Open()
6868
*/
6969
public void setWriteBufferSize(int writeBufferSize) {
@@ -88,7 +88,7 @@ public int writeBufferSize() {
8888
* storage, new writes can continue to the other write buffer.
8989
* Default: 2
9090
*
91-
* @param maximum number of write buffers
91+
* @param maximum number of write buffers.
9292
* @see RocksDB::Open()
9393
*/
9494
public void setMaxWriteBufferNumber(int maxWriteBufferNumber) {
@@ -115,7 +115,7 @@ public int maxWriteBufferNumber() {
115115
*
116116
* Default: 4K
117117
*
118-
* @param block size
118+
* @param block size.
119119
* @see RocksDB::Open()
120120
*/
121121
public void setBlockSize(int blockSize) {
@@ -141,7 +141,7 @@ public int blockSize() {
141141
* (which is true if max_open_files is large).
142142
* Default: true
143143
*
144-
* @param disable seek compaction
144+
* @param disable seek compaction.
145145
* @see RocksDB::Open()
146146
*/
147147
public void setDisableSeekCompaction(boolean disableSeekCompaction) {

0 commit comments

Comments
 (0)