We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc4605 commit d4d0877Copy full SHA for d4d0877
hamcrest-core/src/main/java/org/hamcrest/FeatureMatcher.java
@@ -3,7 +3,7 @@
3
import org.hamcrest.internal.ReflectiveTypeFinder;
4
5
/**
6
- * Supporting class for matching a feature of an object. Implement <code>valueOfPartIn()</code>
+ * Supporting class for matching a feature of an object. Implement <code>featureValueOf()</code>
7
* in a subclass to pull out the feature to be matched against.
8
*
9
* @param <T> The type of the object to be matched
0 commit comments