Skip to content

Commit

Permalink
remove inline comment (#285)
Browse files Browse the repository at this point in the history
Signed-off-by: Ratan Rai Sur <ratan.r.sur@gmail.com>

Co-authored-by: CJ Hare <CjHare@users.noreply.github.com>
  • Loading branch information
RatanRSur and CjHare committed Jan 9, 2020
1 parent 624c25e commit db1294f
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,7 @@ public RocksDBKeyValueStorageFactory(
final Supplier<RocksDBFactoryConfiguration> configuration,
final List<SegmentIdentifier> segments,
final RocksDBMetricsFactory rocksDBMetricsFactory) {
this(
configuration,
segments,
/** Source of truth for the default database version. */
DEFAULT_VERSION,
rocksDBMetricsFactory);
this(configuration, segments, DEFAULT_VERSION, rocksDBMetricsFactory);
}

int getDefaultVersion() {
Expand Down

0 comments on commit db1294f

Please sign in to comment.