< prev index next >

modules/javafx.graphics/src/main/java/javafx/css/Match.java

Print this page

        

@@ -32,11 +32,11 @@
 
 /**
  * Used by {@link Rule} to determine whether or not the selector applies to a
  * given object.
  *
- * Returned by {@link Selector#matches} in the event of a match.
+ * Returned by {@link Selector} matches in the event of a match.
  *
  * @since 9
  */
 public final class Match implements Comparable<Match> {
 
< prev index next >