Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/breadcrumb/BreadcrumbItem.java')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/breadcrumb/BreadcrumbItem.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/breadcrumb/BreadcrumbItem.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/breadcrumb/BreadcrumbItem.java
index 2a7d9d672..f6bc59242 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/breadcrumb/BreadcrumbItem.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/viewers/breadcrumb/BreadcrumbItem.java
@@ -38,7 +38,7 @@ import org.eclipse.swt.widgets.Shell;
class BreadcrumbItem extends Item {
private TreePath fPath;
-
+
private final BreadcrumbViewer fParent;
private Composite fContainer;
@@ -92,11 +92,11 @@ class BreadcrumbItem extends Item {
public TreePath getPath() {
return fPath;
}
-
+
public void setPath(TreePath path) {
fPath = path;
}
-
+
/**
* Should this item show a text label.
*

Back to the top