Skip to content

Commit

Permalink
WELD-1991 Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mkouba committed Jul 21, 2015
1 parent 952528b commit e3d6be6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -88,7 +88,7 @@ private Object findMatchingDecoratedMethod(Method method) {
return matching.get(0);
}
// Choose the most specific method
// This does meet all requirements of JLS but it should work in most cases
// This does not meet all requirements of JLS but it should work in most cases
// See also JLS Java SE 8 Edition, 15.12.2.5 Choosing the Most Specific Method
InvokableAnnotatedMethod<?> mostSpecific = matching.get(0);
for (int i = 1; i < matching.size(); i++) {
Expand Down

0 comments on commit e3d6be6

Please sign in to comment.