mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 04:09:04 +00:00
Remove extraneous asterisk
Closes gh-1397
This commit is contained in:
committed by
Stephane Nicoll
parent
1b4289803b
commit
bb63ce9935
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user