Remove duplicated "the" in Javadocs
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user