Fix warnings "Javadoc: Invalid member type qualification"

Change-Id: I9286651e8311cc277b430da6f3074c6dbbdcff48
diff --git a/java/com/google/gerrit/acceptance/testsuite/request/RequestScopeOperations.java b/java/com/google/gerrit/acceptance/testsuite/request/RequestScopeOperations.java
index a63d28a..e597ed0 100644
--- a/java/com/google/gerrit/acceptance/testsuite/request/RequestScopeOperations.java
+++ b/java/com/google/gerrit/acceptance/testsuite/request/RequestScopeOperations.java
@@ -28,9 +28,9 @@
    * Sets the Guice request scope to the given account.
    *
    * <p>The resulting context has an SSH session attached. In order to use the SSH session returned
-   * by {@link AcceptanceTestRequestScope.Context#getSession()}, SSH must be enabled in the test and
-   * the account must have a username set. However, these are not requirements simply to call this
-   * method.
+   * by {@link com.google.gerrit.acceptance.AcceptanceTestRequestScope.Context#getSession()}, SSH
+   * must be enabled in the test and the account must have a username set. However, these are not
+   * requirements simply to call this method.
    *
    * @param accountId account ID. Must exist; throws an unchecked exception otherwise.
    * @return the previous request scope.
@@ -41,9 +41,9 @@
    * Sets the Guice request scope to the given account.
    *
    * <p>The resulting context has an SSH session attached. In order to use the SSH session returned
-   * by {@link AcceptanceTestRequestScope.Context#getSession()}, SSH must be enabled in the test and
-   * the account must have a username set. However, these are not requirements simply to call this
-   * method.
+   * by {@link com.google.gerrit.acceptance.AcceptanceTestRequestScope.Context#getSession()}, SSH
+   * must be enabled in the test and the account must have a username set. However, these are not
+   * requirements simply to call this method.
    *
    * @param testAccount test account from {@code AccountOperations}.
    * @return the previous request scope.