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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
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