Skip to content

Commit aad8118

Browse files
quaffmp911de
authored andcommitted
Fix outdated ExampleMatcher docs.
Closes #2404
1 parent 0c64b4b commit aad8118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/asciidoc/query-by-example.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ person.setFirstname("Dave"); <2>
110110
ExampleMatcher matcher = ExampleMatcher.matching() <3>
111111
.withIgnorePaths("lastname") <4>
112112
.withIncludeNullValues() <5>
113-
.withStringMatcherEnding(); <6>
113+
.withStringMatcher(StringMatcher.ENDING); <6>
114114
115115
Example<Person> example = Example.of(person, matcher); <7>
116116

0 commit comments

Comments
 (0)