Skip to content

Commit

Permalink
checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
dlg99 committed May 15, 2024
1 parent d9b7130 commit e004aeb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
*/
package org.apache.bookkeeper.mledger.impl;

import static org.apache.bookkeeper.mledger.impl.LightProtoHelper.createLedgerInfo;
import com.google.common.collect.Range;
import java.util.concurrent.CompletableFuture;
import java.util.concurrent.CompletionException;
Expand All @@ -36,8 +37,6 @@
import org.apache.bookkeeper.mledger.proto.MLDataFormats.ManagedLedgerInfo.LedgerInfo;
import org.apache.pulsar.metadata.api.Stat;

import static org.apache.bookkeeper.mledger.impl.LightProtoHelper.createLedgerInfo;

@Slf4j
public class ReadOnlyManagedLedgerImpl extends ManagedLedgerImpl {

Expand Down

0 comments on commit e004aeb

Please sign in to comment.