Polishing

This commit is contained in:
Sam Brannen 2020-06-05 14:29:06 +02:00
parent 847629412f
commit 04c8de4e50
1 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright 2002-2018 the original author or authors.
* Copyright 2002-2020 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.
@ -26,9 +26,9 @@ import org.springframework.aop.MethodBeforeAdvice;
import org.springframework.util.Assert;
/**
* Interceptor to wrap am {@link org.springframework.aop.MethodBeforeAdvice}.
* Used internally by the AOP framework; application developers should not need
* to use this class directly.
* Interceptor to wrap a {@link MethodBeforeAdvice}.
* <p>Used internally by the AOP framework; application developers should not
* need to use this class directly.
*
* @author Rod Johnson
* @see AfterReturningAdviceInterceptor