Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornitind2010-04-06 17:46:31 +0000
committernitind2010-04-06 17:46:31 +0000
commita8ae971e9d9c66a02b0e2ff114fddcb7c867c235 (patch)
tree135641e95e164c9201fb694a7833352b4686c139 /bundles/org.eclipse.wst.sse.core/src/org/eclipse/wst/sse/core/internal/provisional
parenta7522bc04708f65f8b8cc995fa5f6e9a9d7da1c2 (diff)
downloadwebtools.sourceediting-a8ae971e9d9c66a02b0e2ff114fddcb7c867c235.tar.gz
webtools.sourceediting-a8ae971e9d9c66a02b0e2ff114fddcb7c867c235.tar.xz
webtools.sourceediting-a8ae971e9d9c66a02b0e2ff114fddcb7c867c235.zip
[nobug] doc
Diffstat (limited to 'bundles/org.eclipse.wst.sse.core/src/org/eclipse/wst/sse/core/internal/provisional')
-rw-r--r--bundles/org.eclipse.wst.sse.core/src/org/eclipse/wst/sse/core/internal/provisional/text/ITextRegionList.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.wst.sse.core/src/org/eclipse/wst/sse/core/internal/provisional/text/ITextRegionList.java b/bundles/org.eclipse.wst.sse.core/src/org/eclipse/wst/sse/core/internal/provisional/text/ITextRegionList.java
index c0e46d6081..594d3e8167 100644
--- a/bundles/org.eclipse.wst.sse.core/src/org/eclipse/wst/sse/core/internal/provisional/text/ITextRegionList.java
+++ b/bundles/org.eclipse.wst.sse.core/src/org/eclipse/wst/sse/core/internal/provisional/text/ITextRegionList.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2001, 2005 IBM Corporation and others.
+ * Copyright (c) 2001, 2010 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
@@ -37,7 +37,7 @@ public interface ITextRegionList {
*
* @param insertPos
* @param newRegions
- * @return
+ * @return whether the contents of this list were modified
*/
public boolean addAll(int insertPos, ITextRegionList newRegions);

Back to the top