Skip to content

Commit 02b10b7

Browse files
committed
Fix JavaDoc
1 parent bbd1d39 commit 02b10b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/engineering/swat/watch/Watcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public Watcher on(WatchEventListener listener) {
146146
* the event handler. By default (without calling this method), all events
147147
* are passed. This method must be called at most once.
148148
* @param predicate The predicate to determine an event should be kept
149-
* (`true`) or dropped (`false`)
149+
* ({@code true}) or dropped ({@code false})
150150
* @return {@code this} (to support method chaining)
151151
*/
152152
Watcher filter(Predicate<WatchEvent> predicate) {

0 commit comments

Comments
 (0)