Skip to content

Commit

Permalink
Polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen authored and xcl(徐程林) committed Aug 16, 2020
1 parent 7d0d138 commit fe66b1e
Showing 1 changed file with 4 additions and 4 deletions.
@@ -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");
* you may not use this file except in compliance with the License.
Expand All @@ -26,9 +26,9 @@
import org.springframework.util.Assert;

/**
* Interceptor to wrap am {@link org.springframework.aop.MethodBeforeAdvice}.
* Used internally by the AOP framework; application developers should not need
* to use this class directly.
* Interceptor to wrap a {@link MethodBeforeAdvice}.
* <p>Used internally by the AOP framework; application developers should not
* need to use this class directly.
*
* @author Rod Johnson
* @see AfterReturningAdviceInterceptor
Expand Down

0 comments on commit fe66b1e

Please sign in to comment.