From 9287bbb91a9fbaf43549585fb872e731e995943f Mon Sep 17 00:00:00 2001 From: "John S. Ryan" Date: Sat, 8 Apr 2017 15:20:42 -0700 Subject: [PATCH 1/2] Fix typo in AfterReturningAdviceInterceptor JavaDoc See gh-1382 --- .../aop/framework/adapter/AfterReturningAdviceInterceptor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-aop/src/main/java/org/springframework/aop/framework/adapter/AfterReturningAdviceInterceptor.java b/spring-aop/src/main/java/org/springframework/aop/framework/adapter/AfterReturningAdviceInterceptor.java index 5e0bd1d23d0..f8d890f2d5d 100644 --- a/spring-aop/src/main/java/org/springframework/aop/framework/adapter/AfterReturningAdviceInterceptor.java +++ b/spring-aop/src/main/java/org/springframework/aop/framework/adapter/AfterReturningAdviceInterceptor.java @@ -26,7 +26,7 @@ import org.springframework.aop.AfterReturningAdvice; import org.springframework.util.Assert; /** - * Interceptor to wrap am {@link org.springframework.aop.AfterReturningAdvice}. + * Interceptor to wrap an {@link org.springframework.aop.AfterReturningAdvice}. * Used internally by the AOP framework; application developers should not need * to use this class directly. * From bf6e7d0c26199d65d840a081cba4d20ada78dcc5 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 9 Apr 2017 09:47:16 +0200 Subject: [PATCH 2/2] Update copyright header Closes gh-1382 --- .../aop/framework/adapter/AfterReturningAdviceInterceptor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-aop/src/main/java/org/springframework/aop/framework/adapter/AfterReturningAdviceInterceptor.java b/spring-aop/src/main/java/org/springframework/aop/framework/adapter/AfterReturningAdviceInterceptor.java index f8d890f2d5d..34fd15378e4 100644 --- a/spring-aop/src/main/java/org/springframework/aop/framework/adapter/AfterReturningAdviceInterceptor.java +++ b/spring-aop/src/main/java/org/springframework/aop/framework/adapter/AfterReturningAdviceInterceptor.java @@ -1,5 +1,5 @@ /* - * Copyright 2002-2012 the original author or authors. + * Copyright 2002-2017 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.