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 2002-2019 the original author or authors.
* Copyright 2002-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.
@@ -46,7 +46,7 @@ public interface MessageProducer {
}
/**
* Return the the output channel.
* Return the output channel.
* @return the channel.
* @since 4.3
*/

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2017-2023 the original author or authors.
* Copyright 2017-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.
@@ -350,7 +350,7 @@ public abstract class HttpInboundEndpointSupportSpec<S extends HttpInboundEndpoi
/**
* The consumable media types of the mapped request, narrowing the primary mapping.
* @param consumes the the media types for {@code Content-Type} header.
* @param consumes the media types for {@code Content-Type} header.
* @return the spec
*/
public RequestMappingSpec consumes(String... consumes) {

View File

@@ -168,7 +168,7 @@ public class StoredProcExecutor implements BeanFactoryAware, InitializingBean {
Assert.isInstanceOf(ExpressionEvaluatingSqlParameterSourceFactory.class,
this.sqlParameterSourceFactory,
() -> "You are providing 'ProcedureParameters'. "
+ "Was expecting the the provided 'sqlParameterSourceFactory' "
+ "Was expecting the provided 'sqlParameterSourceFactory' "
+ "to be an instance of 'ExpressionEvaluatingSqlParameterSourceFactory', "
+ "however the provided one is of type '"
+ this.sqlParameterSourceFactory.getClass().getName() + "'");

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2016-2020 the original author or authors.
* Copyright 2016-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.
@@ -148,7 +148,7 @@ public class JmsDefaultListenerContainerSpec
}
/**
* The the limit for idle task.
* The limit for idle task.
* @param idleTaskExecutionLimit the limit for idle task.
* @return current {@link JmsDefaultListenerContainerSpec}.
* @see DefaultMessageListenerContainer#setIdleTaskExecutionLimit(int)

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2019 the original author or authors.
* Copyright 2002-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.
@@ -28,8 +28,8 @@ import org.springframework.util.StringUtils;
/**
* Contains various utility methods for parsing Mqtt Adapter
* specific namespace elements as well as for the generation of the the
* respective {@link org.springframework.beans.factory.config.BeanDefinition}s.
* specific namespace elements as well as for the generation of the respective
* {@link org.springframework.beans.factory.config.BeanDefinition}s.
*
* @author Gary Russell
* @author Artem Bilan

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());