Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.framework.ui.branch.graph/src/org/eclipse/osee/framework/ui/branch/graph/parts/BranchDataEditPart.java')
-rw-r--r--plugins/org.eclipse.osee.framework.ui.branch.graph/src/org/eclipse/osee/framework/ui/branch/graph/parts/BranchDataEditPart.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.osee.framework.ui.branch.graph/src/org/eclipse/osee/framework/ui/branch/graph/parts/BranchDataEditPart.java b/plugins/org.eclipse.osee.framework.ui.branch.graph/src/org/eclipse/osee/framework/ui/branch/graph/parts/BranchDataEditPart.java
index 69750cf03d2..44bf2d34095 100644
--- a/plugins/org.eclipse.osee.framework.ui.branch.graph/src/org/eclipse/osee/framework/ui/branch/graph/parts/BranchDataEditPart.java
+++ b/plugins/org.eclipse.osee.framework.ui.branch.graph/src/org/eclipse/osee/framework/ui/branch/graph/parts/BranchDataEditPart.java
@@ -72,10 +72,10 @@ public class BranchDataEditPart extends AbstractGraphicalEditPart {
Branch branch = (Branch) getModel();
GraphEditPart graphEditPart = (GraphEditPart) getParent().getParent();
GraphCache graphCache = (GraphCache) graphEditPart.getModel();
- //BranchModel model =
+ //BranchModel model =
graphCache.getBranchModel(branch);
- // TODO: prune the tree
+ // TODO: prune the tree
// List<BranchModel> children = model.getChildren();
// if (children.size() > 0) {
// boolean isVisible = !children.get(0).isVisible();

Back to the top