Skip to content

Commit d4d0877

Browse files
author
smgfreeman
committed
issue 70. Corrected type in javadoc
1 parent edc4605 commit d4d0877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hamcrest-core/src/main/java/org/hamcrest/FeatureMatcher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import org.hamcrest.internal.ReflectiveTypeFinder;
44

55
/**
6-
* Supporting class for matching a feature of an object. Implement <code>valueOfPartIn()</code>
6+
* Supporting class for matching a feature of an object. Implement <code>featureValueOf()</code>
77
* in a subclass to pull out the feature to be matched against.
88
*
99
* @param <T> The type of the object to be matched

0 commit comments

Comments
 (0)