Remove extraneous asterisk

Closes gh-1397
master
John Ryan 8 years ago committed by Stephane Nicoll
parent 7df3d68b2a
commit 33d7816de3
  1. 2
      spring-aop/src/main/java/org/springframework/aop/support/NameMatchMethodPointcut.java

@ -27,7 +27,7 @@ import org.springframework.util.PatternMatchUtils;
/**
* Pointcut bean for simple method name matches, as alternative to regexp patterns.
* Does not handle overloaded methods: all methods *with a given name will be eligible.
* Does not handle overloaded methods: all methods with a given name will be eligible.
*
* @author Juergen Hoeller
* @author Rod Johnson

Loading…
Cancel
Save