Skip to content

Commit b9fe7ff

Browse files
committed
javadoc + year
1 parent a7efa0a commit b9fe7ff

File tree

7 files changed

+12
-5
lines changed

7 files changed

+12
-5
lines changed

spring-integration-core/src/main/java/org/springframework/integration/expression/ReloadableResourceBundleExpressionSource.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
* @author Mark Fisher
5656
* @author Gary Russell
5757
* @author Artem Bilan
58+
* @author Christian Tzolov
5859
*
5960
* @since 2.0
6061
*

spring-integration-ip/src/main/java/org/springframework/integration/ip/tcp/connection/TcpNioConnection.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
* @author John Anderson
5959
* @author Artem Bilan
6060
* @author David Herschler Shvo
61+
* @author Christian Tzolov
6162
*
6263
* @since 2.0
6364
*

spring-integration-jms/src/main/java/org/springframework/integration/jms/JmsOutboundGateway.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2022 the original author or authors.
2+
* Copyright 2002-2023 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -83,6 +83,7 @@
8383
* @author Oleg Zhurakousky
8484
* @author Gary Russell
8585
* @author Artem Bilan
86+
* @author Christian Tzolov
8687
*/
8788
public class JmsOutboundGateway extends AbstractReplyProducingMessageHandler
8889
implements ManageableLifecycle, MessageListener {

spring-integration-kafka/src/main/java/org/springframework/integration/kafka/inbound/KafkaMessageSource.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2018-2022 the original author or authors.
2+
* Copyright 2018-2023 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -97,6 +97,7 @@
9797
* @author Mark Norkin
9898
* @author Artem Bilan
9999
* @author Anshul Mehra
100+
* @author Christian Tzolov
100101
*
101102
* @since 5.4
102103
*

spring-integration-stomp/src/main/java/org/springframework/integration/stomp/AbstractStompSessionManager.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015-2022 the original author or authors.
2+
* Copyright 2015-2023 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -68,6 +68,7 @@
6868
*
6969
* @author Artem Bilan
7070
* @author Gary Russell
71+
* @author Christian Tzolov
7172
*
7273
* @since 4.2
7374
*/

spring-integration-xml/src/main/java/org/springframework/integration/xml/result/DomResultFactory.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2019 the original author or authors.
2+
* Copyright 2002-2023 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -33,6 +33,7 @@
3333
* @author Jonas Partner
3434
* @author Artem Bilan
3535
* @author Gary Russell
36+
* @author Christian Tzolov
3637
*/
3738
public class DomResultFactory implements ResultFactory {
3839

spring-integration-xml/src/main/java/org/springframework/integration/xml/splitter/XPathMessageSplitter.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2021 the original author or authors.
2+
* Copyright 2002-2023 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -69,6 +69,7 @@
6969
* @author Mark Fisher
7070
* @author Artem Bilan
7171
* @author Gary Russell
72+
* @author Christian Tzolov
7273
*/
7374
public class XPathMessageSplitter extends AbstractMessageSplitter {
7475

0 commit comments

Comments
 (0)