### Eclipse Workspace Patch 1.0 #P org.eclipse.core.resources Index: src/org/eclipse/core/resources/mapping/ModelProvider.java =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.core.resources/src/org/eclipse/core/resources/mapping/ModelProvider.java,v retrieving revision 1.13 diff -u -r1.13 ModelProvider.java --- src/org/eclipse/core/resources/mapping/ModelProvider.java 11 Feb 2009 16:50:02 -0000 1.13 +++ src/org/eclipse/core/resources/mapping/ModelProvider.java 14 Aug 2009 09:30:45 -0000 @@ -104,7 +104,7 @@ * By default, an empty array is returned. Subclass may override * this method but should consider overriding either * {@link #getMappings(IResource[], ResourceMappingContext, IProgressMonitor)} - * or ({@link #getMappings(ResourceTraversal[], ResourceMappingContext, IProgressMonitor)} + * or {@link #getMappings(ResourceTraversal[], ResourceMappingContext, IProgressMonitor)} * if more context is needed to determine the proper mappings. * * @param resource the resource @@ -150,7 +150,7 @@ * This method is used to map operations on resources to * operations on resource mappings. By default, this method * calls {@link #getMappings(IResource[], ResourceMappingContext, IProgressMonitor)} - * with the resources extract from each traversal. + * with the resources extracted from each traversal. *

* Subclasses may override this method. *

@@ -219,6 +219,7 @@ * can override that method if they need to do additional initialization. * * @param desc the description of the provider as it appears in the plugin manifest + * @noreference This method is not intended to be referenced by clients. */ public final void init(IModelProviderDescriptor desc) { if (descriptor != null)