Skip to content

Commit

Permalink
remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
xuyangzhong committed May 11, 2024
1 parent 34aecb7 commit d5717f7
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -312,10 +312,6 @@ public boolean isRunning() {
return internalMiniClusterExtension.getMiniCluster().isRunning();
}

public MiniCluster getMiniCluster() {
return internalMiniClusterExtension.getMiniCluster();
}

private static class CloseableParameter<T extends AutoCloseable>
implements ExtensionContext.Store.CloseableResource {
private final T autoCloseable;
Expand Down

0 comments on commit d5717f7

Please sign in to comment.