[teiid-commits] teiid SVN: r789 - branches/remove_psc/console/src/main/java/com/metamatrix/console/ui/views/deploy.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Thu Apr 16 16:45:45 EDT 2009


Author: vhalbert at redhat.com
Date: 2009-04-16 16:45:45 -0400 (Thu, 16 Apr 2009)
New Revision: 789

Modified:
   branches/remove_psc/console/src/main/java/com/metamatrix/console/ui/views/deploy/DeployMainPanel.java
Log:
Teiid 323 - removing product related tree nodes

Modified: branches/remove_psc/console/src/main/java/com/metamatrix/console/ui/views/deploy/DeployMainPanel.java
===================================================================
--- branches/remove_psc/console/src/main/java/com/metamatrix/console/ui/views/deploy/DeployMainPanel.java	2009-04-16 18:13:00 UTC (rev 788)
+++ branches/remove_psc/console/src/main/java/com/metamatrix/console/ui/views/deploy/DeployMainPanel.java	2009-04-16 20:45:45 UTC (rev 789)
@@ -859,6 +859,10 @@
 
     private void selectNode(final DefaultTreeNode theNode) {
         //update tree in the Swing Thread
+    	if (theNode == null) {
+    		new Exception("Null Node").printStackTrace();
+    		return;
+    	}
         Runnable runnable = new Runnable() {
             public void run() {
                 ArrayList pathNodes = new ArrayList();




More information about the teiid-commits mailing list