Skip to content

Commit 85fc64b

Browse files
authored
Fix typo in @author name
Signed-off-by: Jooyoung Pyoung <[email protected]>
1 parent efb8860 commit 85fc64b

File tree

19 files changed

+19
-19
lines changed

19 files changed

+19
-19
lines changed

spring-integration-amqp/src/main/java/org/springframework/integration/amqp/dsl/AmqpOutboundChannelAdapterSpec.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* Spec for an outbound AMQP channel adapter.
2323
*
2424
* @author Gary Russell
25-
* @author Artme Bilan
25+
* @author Artem Bilan
2626
*
2727
* @since 5.3
2828
*

spring-integration-core/src/main/java/org/springframework/integration/aggregator/MethodInvokingMessageGroupProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* @author Mark Fisher
3636
* @author Dave Syer
3737
* @author Gary Russell
38-
* @author Artme Bilan
38+
* @author Artem Bilan
3939
*
4040
* @since 2.0
4141
*/

spring-integration-core/src/main/java/org/springframework/integration/aggregator/MethodInvokingReleaseStrategy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
*
3030
* @author Marius Bogoevici
3131
* @author Dave Syer
32-
* @author Artme Bilan
32+
* @author Artem Bilan
3333
*/
3434
public class MethodInvokingReleaseStrategy implements ReleaseStrategy, BeanFactoryAware, ManageableLifecycle {
3535

spring-integration-core/src/main/java/org/springframework/integration/channel/AbstractSubscribableChannel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
* @author Mark Fisher
3434
* @author Oleg Zhurakousky
3535
* @author Gary Russell
36-
* @author Artme Bilan
36+
* @author Artem Bilan
3737
*/
3838
public abstract class AbstractSubscribableChannel extends AbstractMessageChannel
3939
implements SubscribableChannel, SubscribableChannelManagement {

spring-integration-core/src/main/java/org/springframework/integration/config/xml/ServiceActivatorParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* @author Mark Fisher
2929
* @author Oleg Zhurakousky
3030
* @author Gary Russell
31-
* @author Artme Bilan
31+
* @author Artem Bilan
3232
*/
3333
public class ServiceActivatorParser extends AbstractDelegatingConsumerEndpointParser {
3434

spring-integration-core/src/main/java/org/springframework/integration/store/UniqueExpiryCallback.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* class is present in the expire callbacks.
2424
*
2525
* @author Meherzad Lahewala
26-
* @author Artme Bilan
26+
* @author Artem Bilan
2727
*
2828
* @since 5.0.10
2929
*/

spring-integration-core/src/test/java/org/springframework/integration/aggregator/CorrelatingMessageHandlerTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
/**
4949
* @author Iwein Fuld
5050
* @author Dave Syer
51-
* @author Artme Bilan
51+
* @author Artem Bilan
5252
*/
5353
public class CorrelatingMessageHandlerTests implements TestApplicationContextAware {
5454

spring-integration-core/src/test/java/org/springframework/integration/aggregator/TimeoutCountSequenceSizeReleaseStrategyTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
/**
2828
* @author Dave Syer
29-
* @author Artme Bilan
29+
* @author Artem Bilan
3030
* @author Peter Uhlenbruck
3131
*/
3232
public class TimeoutCountSequenceSizeReleaseStrategyTests {

spring-integration-core/src/test/java/org/springframework/integration/aggregator/scenarios/AggregatorReplyChannelTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
/**
3535
* @author Mark Fisher
36-
* @author Artme Bilan
36+
* @author Artem Bilan
3737
*
3838
* @since 2.0
3939
*/

spring-integration-core/src/test/java/org/springframework/integration/filter/FilterAnnotationMethodResolutionTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
/**
3232
* @author Mark Fisher
33-
* @author Artme Bilan
33+
* @author Artem Bilan
3434
*
3535
* @since 2.0
3636
*/

0 commit comments

Comments
 (0)