Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.compare/compare/org/eclipse/compare/IEditableContent.java')
-rw-r--r--bundles/org.eclipse.compare/compare/org/eclipse/compare/IEditableContent.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.compare/compare/org/eclipse/compare/IEditableContent.java b/bundles/org.eclipse.compare/compare/org/eclipse/compare/IEditableContent.java
index bec3d8f4e..d8a88a75a 100644
--- a/bundles/org.eclipse.compare/compare/org/eclipse/compare/IEditableContent.java
+++ b/bundles/org.eclipse.compare/compare/org/eclipse/compare/IEditableContent.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2004 IBM Corporation and others.
+ * Copyright (c) 2000, 2005 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
@@ -62,7 +62,7 @@ public interface IEditableContent {
* <TD>src != null</TD>
* </TR>
* </TABLE>
- * @param dest the existing child of this object to be replaced; if <code>null</null> a new child can be added.
+ * @param dest the existing child of this object to be replaced; if <code>null</code> a new child can be added.
* @param src the new child to be added or replaced; if <code>null</code> an existing child can be removed.
* @return the argument <code>dest</code>
*/

Back to the top