Skip to content

Commit

Permalink
method is no longer unsupported
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Sep 9, 2024
1 parent 83bdbb0 commit c6730b7
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@ public boolean equals(Object obj) {
return StringUtils.equals(getPath(), ((MockRendition)obj).getPath());
}


// --- unsupported operations ---

@Override
public Binary getBinary() {
return new MockBinary(this);
Expand Down

0 comments on commit c6730b7

Please sign in to comment.