mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 16:37:13 +02:00
Fix "the the" typo in Javadoc
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=135827263
This commit is contained in:
parent
c59227bb76
commit
ffc0552c15
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ public class SessionUtils {
|
||||||
* <ul>
|
* <ul>
|
||||||
* <li>If it does not exist, then we will attempt to guess the {@link Registrar} with which the
|
* <li>If it does not exist, then we will attempt to guess the {@link Registrar} with which the
|
||||||
* user's GAIA ID is associated. The {@code clientId} of the first matching {@code Registrar} will
|
* user's GAIA ID is associated. The {@code clientId} of the first matching {@code Registrar} will
|
||||||
* then be stored to the the HTTP session.
|
* then be stored to the HTTP session.
|
||||||
* <li>If it does exist, then we'll fetch the Registrar from the datastore to make sure access
|
* <li>If it does exist, then we'll fetch the Registrar from the datastore to make sure access
|
||||||
* wasn't revoked. This should only cost one memcache read.
|
* wasn't revoked. This should only cost one memcache read.
|
||||||
* </ul>
|
* </ul>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue