Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawel Piech2009-11-18 21:54:48 +0000
committerPawel Piech2009-11-18 21:54:48 +0000
commit457478652ffdc01c79dfac7b8e56d847a95ff91a (patch)
tree95c9a6dce492a840fbd4a0494848539bd1b54f6e /org.eclipse.debug.ui
parent35619257737fd4b001b9d9c46a878c63a73a6a0c (diff)
downloadeclipse.platform.debug-457478652ffdc01c79dfac7b8e56d847a95ff91a.tar.gz
eclipse.platform.debug-457478652ffdc01c79dfac7b8e56d847a95ff91a.tar.xz
eclipse.platform.debug-457478652ffdc01c79dfac7b8e56d847a95ff91a.zip
Added a comment.
Diffstat (limited to 'org.eclipse.debug.ui')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/ITreeModelViewer.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/ITreeModelViewer.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/ITreeModelViewer.java
index 6904de1f8..ecc1a9272 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/ITreeModelViewer.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/model/ITreeModelViewer.java
@@ -185,6 +185,9 @@ public interface ITreeModelViewer extends ISelectionProvider {
* @param flagsToSave The flags to preserve during the state save. The
* supported flags are <code>IModelDelta.SELECT</code>,
* <code>IModelDelta.EXPAND</code>, <code>IModelDelta.COLLAPSE</code>.
+ * @return Returns whether the state was saved for the given path. Will
+ * return <code>false</code> if an element at the given path cannot
+ * be found.
*
* @since 3.6
*/

Back to the top