Fix "the the" to "the"
Signed-off-by: Edwin Kempin <ekempin@google.com> Change-Id: Id07577439bdc7dc6aba7667c8d8ef05919077157
This commit is contained in:
@@ -52,8 +52,8 @@ public interface ProjectCache {
|
||||
* Get the cached data for a project by its unique name.
|
||||
*
|
||||
* @param projectName name of the project.
|
||||
* @return an {@link Optional} wrapping the the cached data; {@code absent} if no such project
|
||||
* exists or the projectName is null
|
||||
* @return an {@link Optional} wrapping the cached data; {@code absent} if no such project exists
|
||||
* or the projectName is null
|
||||
* @throws StorageException when there was an error.
|
||||
*/
|
||||
Optional<ProjectState> get(@Nullable Project.NameKey projectName) throws StorageException;
|
||||
|
Reference in New Issue
Block a user