Merge pull request #27804 from aoyvx
* pr/27804: Polish "Fix javadoc reference to ThrowsAdvice" Update copyright year of changed file Fix javadoc reference to ThrowsAdvice Closes gh-27804
This commit is contained in:
commit
c25c550113
|
|
@ -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");
|
* 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.
|
||||||
|
|
@ -25,8 +25,8 @@ import org.springframework.aop.Advisor;
|
||||||
import org.springframework.aop.ThrowsAdvice;
|
import org.springframework.aop.ThrowsAdvice;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Adapter to enable {@link org.springframework.aop.MethodBeforeAdvice}
|
* Adapter to enable {@link org.springframework.aop.ThrowsAdvice} to be used
|
||||||
* to be used in the Spring AOP framework.
|
* in the Spring AOP framework.
|
||||||
*
|
*
|
||||||
* @author Rod Johnson
|
* @author Rod Johnson
|
||||||
* @author Juergen Hoeller
|
* @author Juergen Hoeller
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue