Skip to content

Commit 25640e6

Browse files
committed
typo
1 parent 241b4b8 commit 25640e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/owasp/html/examples/EbayPolicyExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ private static Predicate<String> matchesEither(
235235
final Pattern a, final Pattern b) {
236236
return new Predicate<String>() {
237237
public boolean apply(String s) {
238-
return a.matcher(s).matches()|| b.matcher(s).matches();
238+
return a.matcher(s).matches() || b.matcher(s).matches();
239239
}
240240
};
241241
}

0 commit comments

Comments
 (0)