Skip to content

Commit 04c8de4

Browse files
committed
Polishing
1 parent 8476294 commit 04c8de4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2018 the original author or authors.
2+
* Copyright 2002-2020 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.
@@ -26,9 +26,9 @@
2626
import org.springframework.util.Assert;
2727

2828
/**
29-
* Interceptor to wrap am {@link org.springframework.aop.MethodBeforeAdvice}.
30-
* Used internally by the AOP framework; application developers should not need
31-
* to use this class directly.
29+
* Interceptor to wrap a {@link MethodBeforeAdvice}.
30+
* <p>Used internally by the AOP framework; application developers should not
31+
* need to use this class directly.
3232
*
3333
* @author Rod Johnson
3434
* @see AfterReturningAdviceInterceptor

0 commit comments

Comments
 (0)