Skip to content

Commit

Permalink
fix javadoc in RecordMatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
dfa1 committed Dec 23, 2023
1 parent 3032c20 commit 1102511
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@
/**
* Mockito's argument matcher for Record that allows to specify
* a subset of key/value mappings.
* <p>
* This has been done to allow unit tests with files in CI,
* i.e. is it possible to check for a file named "foo.txt" but not the owner of the file.
*/
public class RecordMatcher implements ArgumentMatcher<Record> {

Expand Down

0 comments on commit 1102511

Please sign in to comment.