Fix "the the" to "the"

Signed-off-by: Edwin Kempin <ekempin@google.com>
Change-Id: Id07577439bdc7dc6aba7667c8d8ef05919077157
This commit is contained in:
Edwin Kempin
2020-08-27 10:25:21 +02:00
parent 76fb9e3465
commit 3aa73c6126

View File

@@ -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;