From 31b8587ce61b2a37268eeaf2c83bd57b65ccd141 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 12 Dec 2021 16:30:06 +0100 Subject: [PATCH] Update copyright year of changed file See gh-27804 --- .../aop/framework/adapter/ThrowsAdviceAdapter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-aop/src/main/java/org/springframework/aop/framework/adapter/ThrowsAdviceAdapter.java b/spring-aop/src/main/java/org/springframework/aop/framework/adapter/ThrowsAdviceAdapter.java index 1bf091ce40..91450ac1db 100644 --- a/spring-aop/src/main/java/org/springframework/aop/framework/adapter/ThrowsAdviceAdapter.java +++ b/spring-aop/src/main/java/org/springframework/aop/framework/adapter/ThrowsAdviceAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2012 the original author or authors. + * Copyright 2002-2021 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.