### Eclipse Workspace Patch 1.0 #P org.eclipse.jdt.core Index: search/org/eclipse/jdt/core/search/TypeNameMatch.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.core/search/org/eclipse/jdt/core/search/TypeNameMatch.java,v retrieving revision 1.9 diff -u -r1.9 TypeNameMatch.java --- search/org/eclipse/jdt/core/search/TypeNameMatch.java 14 Mar 2007 18:12:58 -0000 1.9 +++ search/org/eclipse/jdt/core/search/TypeNameMatch.java 11 May 2007 09:21:26 -0000 @@ -19,7 +19,7 @@ * The type of this match is available from {@link #getType()}. *

*

- * This class is intended to be overridden by clients. + * This class is not intended to be overridden by clients. *

* * @see TypeNameMatchRequestor