From 0276a25446344462b279c122f44d4e020cb61780 Mon Sep 17 00:00:00 2001 From: Shawn F. Cook Date: Mon, 8 Aug 2011 13:41:21 -0700 Subject: refactor[bgz_354193]: Remove unused exception declarations --- .../osee/framework/ui/branch/graph/core/BranchGraphEditorInput.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/org.eclipse.osee.framework.ui.branch.graph/src') diff --git a/plugins/org.eclipse.osee.framework.ui.branch.graph/src/org/eclipse/osee/framework/ui/branch/graph/core/BranchGraphEditorInput.java b/plugins/org.eclipse.osee.framework.ui.branch.graph/src/org/eclipse/osee/framework/ui/branch/graph/core/BranchGraphEditorInput.java index 444ca7c0908..39b4bea7a7d 100644 --- a/plugins/org.eclipse.osee.framework.ui.branch.graph/src/org/eclipse/osee/framework/ui/branch/graph/core/BranchGraphEditorInput.java +++ b/plugins/org.eclipse.osee.framework.ui.branch.graph/src/org/eclipse/osee/framework/ui/branch/graph/core/BranchGraphEditorInput.java @@ -13,7 +13,6 @@ package org.eclipse.osee.framework.ui.branch.graph.core; import org.eclipse.jface.resource.ImageDescriptor; import org.eclipse.osee.framework.core.data.IOseeBranch; import org.eclipse.osee.framework.core.enums.CoreBranches; -import org.eclipse.osee.framework.core.exception.OseeCoreException; import org.eclipse.osee.framework.core.model.TransactionRecord; import org.eclipse.ui.IEditorInput; import org.eclipse.ui.IPersistableElement; @@ -31,7 +30,7 @@ public class BranchGraphEditorInput implements IEditorInput { this.branch = branch; } - public BranchGraphEditorInput() throws OseeCoreException { + public BranchGraphEditorInput() { this(CoreBranches.SYSTEM_ROOT); } -- cgit v1.2.3