Skip to content

Commit

Permalink
Compile
Browse files Browse the repository at this point in the history
  • Loading branch information
andreidan committed Feb 22, 2025
1 parent de7492d commit e7f2a3c
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -366,11 +366,6 @@ public Set<String> sourcePath(String fullName) {
return Set.of(fullName);
}

@Override
public long memoryAccountingBufferSize() {
return 1024 * 1024;
}

@Override
public void close() {
List<Releasable> releaseMe = new ArrayList<>(this.releaseMe);
Expand Down

0 comments on commit e7f2a3c

Please sign in to comment.