matthiasblaesing commented on a change in pull request #2010: [NETBEANS-1603] 
MySQL Procedures in DB Explorer
URL: https://github.com/apache/netbeans/pull/2010#discussion_r389878620
 
 

 ##########
 File path: 
ide/db/src/org/netbeans/modules/db/explorer/node/ProcedureNodeProvider.java
 ##########
 @@ -202,8 +201,8 @@ public void run(Metadata metaData) {
                     NodeRegistry.handleMetadataModelException(this.getClass(), 
connection, e, true);
                 }
             }
-        } else if (connection != null && connection.getDriverName() != null &&
-                
connection.getDriverName().startsWith(DatabaseModule.IDENTIFIER_ORACLE)) {
+        } else if (connection != null && connection.getDriverName() != null && 
connection.getDriverName().startsWith(DatabaseModule.IDENTIFIER_ORACLE)) {
 
 Review comment:
   This PR deals with MySQL and the changes below are cosmetical - please 
remove them.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to