Skip to content

Commit

Permalink
Fixed small incorrect javadoc link
Browse files Browse the repository at this point in the history
  • Loading branch information
lebroman authored and marcphilipp committed Oct 12, 2018
1 parent 4c6975f commit 67d424b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public interface MemberValueConsumer<T> {
/**
* Receives the next value and its declaring member.
*
* @param member declaring member ({@link FrameworkMethod or {@link FrameworkField}}
* @param member declaring member ({@link FrameworkMethod} or {@link FrameworkField})
* @param value the value of the next member
*/
void accept(FrameworkMember member, T value);
Expand Down

0 comments on commit 67d424b

Please sign in to comment.