Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornitind2009-01-07 20:21:49 +0000
committernitind2009-01-07 20:21:49 +0000
commitedcfad71b48428d648067e40714ccf79ff970a01 (patch)
tree209491cf658a155aa38e65c07174676eddda4437
parent4d0732926a7cd92783e52c42b9df4d3e94992ab7 (diff)
downloadwebtools.sourceediting-edcfad71b48428d648067e40714ccf79ff970a01.tar.gz
webtools.sourceediting-edcfad71b48428d648067e40714ccf79ff970a01.tar.xz
webtools.sourceediting-edcfad71b48428d648067e40714ccf79ff970a01.zip
[nobug] doc
-rw-r--r--bundles/org.eclipse.wst.xml.ui/src/org/eclipse/wst/xml/ui/internal/correction/QuickAssistProcessorXML.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.wst.xml.ui/src/org/eclipse/wst/xml/ui/internal/correction/QuickAssistProcessorXML.java b/bundles/org.eclipse.wst.xml.ui/src/org/eclipse/wst/xml/ui/internal/correction/QuickAssistProcessorXML.java
index 328db8d7cd..486c6c980a 100644
--- a/bundles/org.eclipse.wst.xml.ui/src/org/eclipse/wst/xml/ui/internal/correction/QuickAssistProcessorXML.java
+++ b/bundles/org.eclipse.wst.xml.ui/src/org/eclipse/wst/xml/ui/internal/correction/QuickAssistProcessorXML.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2001, 2008 IBM Corporation and others.
+ * Copyright (c) 2001, 2009 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -39,7 +39,7 @@ import org.w3c.dom.Node;
/**
* @deprecated since 2.0 RC0 Use
- * org.eclipse.jface.text.quickassist.IQuickAssistProcessor;
+ * org.eclipse.jface.text.quickassist.IQuickAssistProcessor and XMLQuickAssistProcessor
*/
public class QuickAssistProcessorXML implements IQuickAssistProcessor {
/*

Back to the top