Skip to content

Commit

Permalink
TIKA-4293: use correct type
Browse files Browse the repository at this point in the history
  • Loading branch information
THausherr committed Aug 4, 2024
1 parent 57267a6 commit b2245e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ public <T> T get(Class<T> key, T defaultValue) {
}

public void remove(Class key) {
context.remove(key);
context.remove(key.getName());
}
}

0 comments on commit b2245e3

Please sign in to comment.