thurka commented on code in PR #8222: URL: https://github.com/apache/netbeans/pull/8222#discussion_r1967761276
########## enterprise/cloud.oracle/src/org/netbeans/modules/cloud/oracle/assets/OCIPropertiesProvider.java: ########## @@ -44,7 +44,7 @@ public class OCIPropertiesProvider implements CommandProvider { private final TempFileGenerator configFileGenerator; public OCIPropertiesProvider() { - this.configFileGenerator = new TempFileGenerator("db-", ".properties", GET_DB_CONNECTION, true); // NOI18N + this.configFileGenerator = new TempFileGenerator("db-", ".properties"); // NOI18N Review Comment: Please use different prefix. This property file is no longer exclusively used for database connections. -- 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. To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists