Fix for CR6692447
authorrnithya@netbeans.org
Wed, 23 Apr 2008 16:56:52 +0530
changeset 4206bc13f2ed9a7d
parent 4205 2739cb16db12
child 4207 774fa5120845
Fix for CR6692447
etl.editor/src/org/netbeans/modules/sql/framework/ui/view/BasicTopView.java
     1.1 --- a/etl.editor/src/org/netbeans/modules/sql/framework/ui/view/BasicTopView.java	Wed Apr 23 15:56:05 2008 +0530
     1.2 +++ b/etl.editor/src/org/netbeans/modules/sql/framework/ui/view/BasicTopView.java	Wed Apr 23 16:56:52 2008 +0530
     1.3 @@ -517,9 +517,6 @@
     1.4              } else if (bean.getObjectType() == SQLConstants.RUNTIME_OUTPUT) {
     1.5                  pBean = new RuntimeOutputProperties((RuntimeOutputImpl) bean, sqlModel.getSQLDefinition(), this);
     1.6                  template = "RuntimeOutput";
     1.7 -            } else if (bean.getObjectType() == SQLConstants.JOIN_VIEW) {
     1.8 -                pBean = new SQLJoinProperties(((SQLJoinViewImpl) bean).getRootJoin(), this);
     1.9 -                template = "Join";
    1.10              }
    1.11          }
    1.12