We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43a2eb5 commit 8b26d74Copy full SHA for 8b26d74
src/main/java/com/jgcomptech/tools/databasetools/DatabaseConnectionInfo.java
@@ -4,8 +4,8 @@
4
* Connection info object to be used to connect to a database
5
*/
6
public class DatabaseConnectionInfo {
7
- public final String Path = "";
8
- public final String Username = "";
9
- public final String Password = "";
+ public String Path = "";
+ public String Username = "";
+ public String Password = "";
10
public DatabaseType DBType;
11
}
0 commit comments