Remove duplicated "the" in Javadocs

This commit is contained in:
Sanghyuk Jung
2024-08-03 08:26:09 +09:00
committed by GitHub
parent 3f3a746ff0
commit 32f2668260
6 changed files with 12 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2014-2019 the original author or authors.
* Copyright 2014-2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -153,7 +153,7 @@ public final class SubProtocolHandlerRegistry {
/**
* Return the {@link List} of sub-protocols from provided {@link SubProtocolHandler}.
* @return The the {@link List} of supported sub-protocols.
* @return The {@link List} of supported sub-protocols.
*/
public List<String> getSubProtocols() {
return new ArrayList<>(this.protocolHandlers.keySet());