From dd53428f8bcec60e34d762841ceb1d322a4cc33d Mon Sep 17 00:00:00 2001 From: fyrz Date: Thu, 22 Jan 2015 23:47:31 +0100 Subject: [PATCH] Incorporated review comments - added spaces between operators - removed obsolete text in JavaDoc --- java/org/rocksdb/BlockBasedTableConfig.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/java/org/rocksdb/BlockBasedTableConfig.java b/java/org/rocksdb/BlockBasedTableConfig.java index 0798be2b8..302fc8a0b 100644 --- a/java/org/rocksdb/BlockBasedTableConfig.java +++ b/java/org/rocksdb/BlockBasedTableConfig.java @@ -337,8 +337,7 @@ public class BlockBasedTableConfig extends TableFormatConfig { } /** - *

For more details on BlockBasedTable's formats, see FORMAT-CHANGES.md - * We currently have three versions:

+ *

We currently have three versions:

* *