You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-integration-http/src/main/java/org/springframework/integration/http/dsl/HttpInboundEndpointSupportSpec.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2017-2023 the original author or authors.
2
+
* Copyright 2017-2024 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -350,7 +350,7 @@ public RequestMappingSpec headers(String... headers) {
350
350
351
351
/**
352
352
* The consumable media types of the mapped request, narrowing the primary mapping.
353
-
* @param consumes the the media types for {@code Content-Type} header.
353
+
* @param consumes the media types for {@code Content-Type} header.
Copy file name to clipboardExpand all lines: spring-integration-jms/src/main/java/org/springframework/integration/jms/dsl/JmsDefaultListenerContainerSpec.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2016-2020 the original author or authors.
2
+
* Copyright 2016-2024 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -148,7 +148,7 @@ public JmsDefaultListenerContainerSpec idleConsumerLimit(int idleConsumerLimit)
148
148
}
149
149
150
150
/**
151
-
* The the limit for idle task.
151
+
* The limit for idle task.
152
152
* @param idleTaskExecutionLimit the limit for idle task.
153
153
* @return current {@link JmsDefaultListenerContainerSpec}.
Copy file name to clipboardExpand all lines: spring-integration-mqtt/src/main/java/org/springframework/integration/mqtt/config/xml/MqttParserUtils.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2002-2019 the original author or authors.
2
+
* Copyright 2002-2024 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -28,8 +28,8 @@
28
28
29
29
/**
30
30
* Contains various utility methods for parsing Mqtt Adapter
31
-
* specific namespace elements as well as for the generation of the the
Copy file name to clipboardExpand all lines: spring-integration-websocket/src/main/java/org/springframework/integration/websocket/support/SubProtocolHandlerRegistry.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2014-2019 the original author or authors.
2
+
* Copyright 2014-2024 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -153,7 +153,7 @@ public String resolveSessionId(Message<?> message) {
153
153
154
154
/**
155
155
* Return the {@link List} of sub-protocols from provided {@link SubProtocolHandler}.
156
-
* @return The the {@link List} of supported sub-protocols.
156
+
* @return The {@link List} of supported sub-protocols.
0 commit comments