We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cb2d47 commit a21ccb4Copy full SHA for a21ccb4
opengrok-web/src/test/java/org/opengrok/web/api/v1/controller/ApiUtils.java
@@ -41,7 +41,7 @@ private ApiUtils() {
41
42
/**
43
* Busy-waits the status of asynchronous API call, mimicking
44
- * {@link org.opengrok.indexer.configuration.RuntimeEnvironment#waitForAsyncApi(Response)},
+ * {@link org.opengrok.indexer.web.ApiUtils#waitForAsyncApi(Response)},
45
* however side-steps status API check by going to the {@link ApiTaskManager} directly in order to avoid
46
* going through the {@link StatusController} as it might not be deployed in the unit tests.
47
* The method will return right away if the status of the response object parameter is not
0 commit comments