Merge pull request #1397 from jtigger:patch-1

* pr/1397:
  Remove extraneous asterisk
This commit is contained in:
Stephane Nicoll
2017-04-21 09:48:27 +02:00

View File

@@ -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