Polishing
This commit is contained in:
parent
847629412f
commit
04c8de4e50
|
@ -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");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with 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;
|
import org.springframework.util.Assert;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Interceptor to wrap am {@link org.springframework.aop.MethodBeforeAdvice}.
|
* Interceptor to wrap a {@link MethodBeforeAdvice}.
|
||||||
* Used internally by the AOP framework; application developers should not need
|
* <p>Used internally by the AOP framework; application developers should not
|
||||||
* to use this class directly.
|
* need to use this class directly.
|
||||||
*
|
*
|
||||||
* @author Rod Johnson
|
* @author Rod Johnson
|
||||||
* @see AfterReturningAdviceInterceptor
|
* @see AfterReturningAdviceInterceptor
|
||||||
|
|
Loading…
Reference in New Issue