Skip to content

Commit

Permalink
(feat) Export RocksDB options to users #20
Browse files Browse the repository at this point in the history
  • Loading branch information
jiachun.fjc committed Mar 10, 2019
1 parent d194f6c commit 5cde7c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public static void registerRocksDBColumnFamilyOptions(final Class<?> cls, final
* to release resources themselves.
*
* @param cls the key of ColumnFamilyOptions
* @return new default ColumnFamilyOptions or new copy of the exist
* @return new default ColumnFamilyOptions or a copy of the exist
* ColumnFamilyOptions
*/
public static ColumnFamilyOptions getRocksDBColumnFamilyOptions(final Class<?> cls) {
Expand Down

0 comments on commit 5cde7c5

Please sign in to comment.