Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorddunne2008-10-01 18:39:10 +0000
committerddunne2008-10-01 18:39:10 +0000
commit817c0bf40e1f99a5885c3be4a1525b3788fbdbf9 (patch)
tree6fcedc4b85a8d7b948cb0b6140031483ea8c9b69
parent82fb4d78e43f4693de7e1c6ba3eb5379f890121d (diff)
downloadorg.eclipse.osee-817c0bf40e1f99a5885c3be4a1525b3788fbdbf9.tar.gz
org.eclipse.osee-817c0bf40e1f99a5885c3be4a1525b3788fbdbf9.tar.xz
org.eclipse.osee-817c0bf40e1f99a5885c3be4a1525b3788fbdbf9.zip
-rw-r--r--org.eclipse.osee.ats/src/org/eclipse/osee/ats/editor/SMAWorkFlowSection.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.osee.ats/src/org/eclipse/osee/ats/editor/SMAWorkFlowSection.java b/org.eclipse.osee.ats/src/org/eclipse/osee/ats/editor/SMAWorkFlowSection.java
index 94883d890b0..194cd51844f 100644
--- a/org.eclipse.osee.ats/src/org/eclipse/osee/ats/editor/SMAWorkFlowSection.java
+++ b/org.eclipse.osee.ats/src/org/eclipse/osee/ats/editor/SMAWorkFlowSection.java
@@ -634,7 +634,6 @@ public class SMAWorkFlowSection extends SectionPart {
return;
}
smaMgr.setInTransition(false);
- smaMgr.getEditor().refreshPages();
} catch (Exception ex) {
OSEELog.logException(AtsPlugin.class, ex, true);
} finally {

Back to the top