Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Macguire2002-04-05 05:33:52 +0000
committerKevin Macguire2002-04-05 05:33:52 +0000
commitb2dd63cd5b1940f6641f393e26ee8854a4f23bf7 (patch)
treed9398372fa5d68fec48b9f41648e61c84370ff1c
parentc7386121756d549aedb048c7d29a2df5b6918ac7 (diff)
downloadeclipse.platform.team-b2dd63cd5b1940f6641f393e26ee8854a4f23bf7.tar.gz
eclipse.platform.team-b2dd63cd5b1940f6641f393e26ee8854a4f23bf7.tar.xz
eclipse.platform.team-b2dd63cd5b1940f6641f393e26ee8854a4f23bf7.zip
Renamed FileModificationValidator to FileModificationValidatorManager for consistency
-rw-r--r--bundles/org.eclipse.team.core/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.team.core/plugin.xml b/bundles/org.eclipse.team.core/plugin.xml
index d6b4eb4cf..842372ad4 100644
--- a/bundles/org.eclipse.team.core/plugin.xml
+++ b/bundles/org.eclipse.team.core/plugin.xml
@@ -32,7 +32,7 @@
</extension>
<extension point="org.eclipse.core.resources.fileModificationValidator" id="FileValidator">
- <fileModificationValidator class="org.eclipse.team.core.internal.FileModificationValidator"/>
+ <fileModificationValidator class="org.eclipse.team.core.internal.FileModificationValidatorManager"/>
</extension>
<extension point="org.eclipse.core.resources.moveDeleteHook" id="MoveDeleteHook">

Back to the top