Fixed up javadoc error
diff --git a/ant/org.eclipse.ant.core/src/org/eclipse/ant/core/AntCorePreferences.java b/ant/org.eclipse.ant.core/src/org/eclipse/ant/core/AntCorePreferences.java
index 741e8a6..9695b25 100644
--- a/ant/org.eclipse.ant.core/src/org/eclipse/ant/core/AntCorePreferences.java
+++ b/ant/org.eclipse.ant.core/src/org/eclipse/ant/core/AntCorePreferences.java
@@ -239,7 +239,6 @@
 	 * the Ant classpath.
 	 * The Xerces JARs are included when the plugin classloader for org.eclipse.ant.core
 	 * is set as one of the plugin classloaders of the AntClassLoader.
-	 * @see initializePluginClassLoaders()
 	 * 
 	 * Ant running through the command line tries to find tools.jar to help the
 	 * user. Try emulating the same behaviour here.