diff --git a/spring-integration-core/src/main/java/org/springframework/integration/core/MessageProducer.java b/spring-integration-core/src/main/java/org/springframework/integration/core/MessageProducer.java index 02f3fdc667..9541b3ab03 100644 --- a/spring-integration-core/src/main/java/org/springframework/integration/core/MessageProducer.java +++ b/spring-integration-core/src/main/java/org/springframework/integration/core/MessageProducer.java @@ -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 */ diff --git a/spring-integration-http/src/main/java/org/springframework/integration/http/dsl/HttpInboundEndpointSupportSpec.java b/spring-integration-http/src/main/java/org/springframework/integration/http/dsl/HttpInboundEndpointSupportSpec.java index fc955e9ee0..8ec2def8c7 100644 --- a/spring-integration-http/src/main/java/org/springframework/integration/http/dsl/HttpInboundEndpointSupportSpec.java +++ b/spring-integration-http/src/main/java/org/springframework/integration/http/dsl/HttpInboundEndpointSupportSpec.java @@ -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 "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() + "'"); diff --git a/spring-integration-jms/src/main/java/org/springframework/integration/jms/dsl/JmsDefaultListenerContainerSpec.java b/spring-integration-jms/src/main/java/org/springframework/integration/jms/dsl/JmsDefaultListenerContainerSpec.java index 4139b48e07..4e0317ff51 100644 --- a/spring-integration-jms/src/main/java/org/springframework/integration/jms/dsl/JmsDefaultListenerContainerSpec.java +++ b/spring-integration-jms/src/main/java/org/springframework/integration/jms/dsl/JmsDefaultListenerContainerSpec.java @@ -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) diff --git a/spring-integration-mqtt/src/main/java/org/springframework/integration/mqtt/config/xml/MqttParserUtils.java b/spring-integration-mqtt/src/main/java/org/springframework/integration/mqtt/config/xml/MqttParserUtils.java index 791a143ce4..47d05d81d3 100644 --- a/spring-integration-mqtt/src/main/java/org/springframework/integration/mqtt/config/xml/MqttParserUtils.java +++ b/spring-integration-mqtt/src/main/java/org/springframework/integration/mqtt/config/xml/MqttParserUtils.java @@ -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 diff --git a/spring-integration-websocket/src/main/java/org/springframework/integration/websocket/support/SubProtocolHandlerRegistry.java b/spring-integration-websocket/src/main/java/org/springframework/integration/websocket/support/SubProtocolHandlerRegistry.java index 2c2d8954a4..33b8982125 100644 --- a/spring-integration-websocket/src/main/java/org/springframework/integration/websocket/support/SubProtocolHandlerRegistry.java +++ b/spring-integration-websocket/src/main/java/org/springframework/integration/websocket/support/SubProtocolHandlerRegistry.java @@ -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 getSubProtocols() { return new ArrayList<>(this.protocolHandlers.keySet());