Skip to content

Commit

Permalink
[hotfix] [javadoc] RocksFullSnapshotStrategy remark DESCRIPTION corre…
Browse files Browse the repository at this point in the history
…ctly
  • Loading branch information
spafka authored and StefanRRichter committed Feb 4, 2020
1 parent de7440e commit 3d51e6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
*/
public class RocksFullSnapshotStrategy<K> extends RocksDBSnapshotStrategyBase<K> {

private static final String DESCRIPTION = "Asynchronous incremental RocksDB snapshot";
private static final String DESCRIPTION = "Asynchronous full RocksDB snapshot";

/** This decorator is used to apply compression per key-group for the written snapshot data. */
@Nonnull
Expand Down

0 comments on commit 3d51e6c

Please sign in to comment.