Remove extraneous asterisk

Closes gh-1397
This commit is contained in:
John Ryan
2017-04-20 20:50:14 -07:00
committed by Stephane Nicoll
parent 1b4289803b
commit bb63ce9935

View File

@@ -27,7 +27,7 @@ import org.springframework.util.PatternMatchUtils;
/** /**
* Pointcut bean for simple method name matches, as alternative to regexp patterns. * 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 Juergen Hoeller
* @author Rod Johnson * @author Rod Johnson