From 12f757283f393143d00337dc8305fb4e45fecd7e Mon Sep 17 00:00:00 2001 From: Siddharth Jain Date: Thu, 2 Jan 2025 19:07:24 +0530 Subject: [PATCH] GH-249 Updated Copyright and Javadoc related comments. Revert in AbstractAwsMessageHandler. --- .../integration/aws/outbound/AbstractAwsMessageHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/springframework/integration/aws/outbound/AbstractAwsMessageHandler.java b/src/main/java/org/springframework/integration/aws/outbound/AbstractAwsMessageHandler.java index 20df041..f71c80e 100644 --- a/src/main/java/org/springframework/integration/aws/outbound/AbstractAwsMessageHandler.java +++ b/src/main/java/org/springframework/integration/aws/outbound/AbstractAwsMessageHandler.java @@ -1,5 +1,5 @@ /* - * Copyright 2017-2025 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.