We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1352e1 + 9e09d6c commit c25c550Copy full SHA for c25c550
spring-aop/src/main/java/org/springframework/aop/framework/adapter/ThrowsAdviceAdapter.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2002-2012 the original author or authors.
+ * Copyright 2002-2021 the original author or authors.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -25,8 +25,8 @@
25
import org.springframework.aop.ThrowsAdvice;
26
27
/**
28
- * Adapter to enable {@link org.springframework.aop.MethodBeforeAdvice}
29
- * to be used in the Spring AOP framework.
+ * Adapter to enable {@link org.springframework.aop.ThrowsAdvice} to be used
+ * in the Spring AOP framework.
30
31
* @author Rod Johnson
32
* @author Juergen Hoeller
0 commit comments