RequestScopeOperations: fix javadoc
Method #getOrCreateSshSessionForContext moved to
com.google.gerrit.acceptance.ServerTestRule in I6504428c11ba.
Release-Notes: skip
Change-Id: I883f34f39ab7a8e2a944568ce3a0ecefcdeb76c8
diff --git a/java/com/google/gerrit/acceptance/testsuite/request/RequestScopeOperations.java b/java/com/google/gerrit/acceptance/testsuite/request/RequestScopeOperations.java
index 8bad32c..a869752 100644
--- a/java/com/google/gerrit/acceptance/testsuite/request/RequestScopeOperations.java
+++ b/java/com/google/gerrit/acceptance/testsuite/request/RequestScopeOperations.java
@@ -35,7 +35,7 @@
* the test and the account must have a username set.
*
* <p>The session associated with the returned context can be obtained by calling {@link
- * com.google.gerrit.acceptance.AbstractDaemonTest#getOrCreateSshSessionForContext}.
+ * com.google.gerrit.acceptance.ServerTestRule#getOrCreateSshSessionForContext}.
*
* @param accountId account ID. Must exist; throws an unchecked exception otherwise.
*/
@@ -53,7 +53,7 @@
* <p>In order to create and use the SSH session for the new context, SSH must be enabled in the
* test and the account must have a username set. To get the session associated with the newly set
* context use the {@link
- * com.google.gerrit.acceptance.AbstractDaemonTest#getOrCreateSshSessionForContext} method.
+ * com.google.gerrit.acceptance.ServerTestRule#getOrCreateSshSessionForContext} method.
*
* @param accountId account ID. Must exist; throws an unchecked exception otherwise.
*/