Skip to content

Commit c25c550

Browse files
committed
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
2 parents b1352e1 + 9e09d6c commit c25c550

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-aop/src/main/java/org/springframework/aop/framework/adapter/ThrowsAdviceAdapter.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2012 the original author or authors.
2+
* Copyright 2002-2021 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -25,8 +25,8 @@
2525
import org.springframework.aop.ThrowsAdvice;
2626

2727
/**
28-
* Adapter to enable {@link org.springframework.aop.MethodBeforeAdvice}
29-
* to be used in the Spring AOP framework.
28+
* Adapter to enable {@link org.springframework.aop.ThrowsAdvice} to be used
29+
* in the Spring AOP framework.
3030
*
3131
* @author Rod Johnson
3232
* @author Juergen Hoeller

0 commit comments

Comments
 (0)