Skip to content

Commit a21ccb4

Browse files
committed
fix javadoc
1 parent 1cb2d47 commit a21ccb4

File tree

1 file changed

+1
-1
lines changed
  • opengrok-web/src/test/java/org/opengrok/web/api/v1/controller

1 file changed

+1
-1
lines changed

opengrok-web/src/test/java/org/opengrok/web/api/v1/controller/ApiUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ private ApiUtils() {
4141

4242
/**
4343
* Busy-waits the status of asynchronous API call, mimicking
44-
* {@link org.opengrok.indexer.configuration.RuntimeEnvironment#waitForAsyncApi(Response)},
44+
* {@link org.opengrok.indexer.web.ApiUtils#waitForAsyncApi(Response)},
4545
* however side-steps status API check by going to the {@link ApiTaskManager} directly in order to avoid
4646
* going through the {@link StatusController} as it might not be deployed in the unit tests.
4747
* The method will return right away if the status of the response object parameter is not

0 commit comments

Comments
 (0)