Skip to content

Commit 743c4fd

Browse files
committed
fix javadoc
1 parent a122f9c commit 743c4fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/sourcelab/buildkite/api/client/request/BuildFiltersBuilder.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ public StateChooser withStateChooser() {
214214
* Filters the results by the given build state.
215215
* The finished state is a shortcut to automatically search for builds with passed, failed, blocked, canceled states.
216216
*
217-
* See also {@link this#withStateChooser()}.
217+
* See also {@link BuildFiltersBuilder#withStateChooser()}.
218218
*
219219
* Valid states: running, scheduled, passed, failing, failed, blocked, canceled, canceling, skipped, not_run, finished
220220
* @param state Filters the results by the given build state.

0 commit comments

Comments
 (0)