Skip to content

Commit bb63ce9

Browse files
jtiggersnicoll
authored andcommitted
Remove extraneous asterisk
Closes spring-projectsgh-1397
1 parent 1b42898 commit bb63ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-aop/src/main/java/org/springframework/aop/support/NameMatchMethodPointcut.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
/**
2929
* Pointcut bean for simple method name matches, as alternative to regexp patterns.
30-
* Does not handle overloaded methods: all methods *with a given name will be eligible.
30+
* Does not handle overloaded methods: all methods with a given name will be eligible.
3131
*
3232
* @author Juergen Hoeller
3333
* @author Rod Johnson

0 commit comments

Comments
 (0)