Skip to content

Commit 133719e

Browse files
Minor javadoc edit
1 parent fd77d82 commit 133719e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/assertj/core/api/AbstractCharSequenceAssert.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1122,7 +1122,7 @@ public SELF doesNotMatch(Pattern pattern) {
11221122
* The recommended approach is <a href="https://github.com/xmlunit/user-guide/wiki">XML Unit</a> which is able to deal with
11231123
* these limitations and provides many more features like XPath support and schema validation.
11241124
* <p>
1125-
* Original javadoc
1125+
* Original javadoc:
11261126
* <p>
11271127
* Verifies that the actual {@code CharSequence} is equal to the given XML {@code CharSequence} after both have been
11281128
* formatted the same way.

0 commit comments

Comments
 (0)