summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/stats/SQLExecution.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/stats/SQLExecution.java')
-rw-r--r--qadevOOo/runner/stats/SQLExecution.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/runner/stats/SQLExecution.java b/qadevOOo/runner/stats/SQLExecution.java
index 34f8949b7772..487716c0e8c6 100644
--- a/qadevOOo/runner/stats/SQLExecution.java
+++ b/qadevOOo/runner/stats/SQLExecution.java
@@ -35,10 +35,10 @@ public class SQLExecution {
private Connection mConnection = null;
private Statement mStatement = null;
- private String mJdbcClass = null;
- private String mDbURL = null;
- private String mUser = null;
- private String mPassword = null;
+ private final String mJdbcClass;
+ private final String mDbURL;
+ private final String mUser;
+ private final String mPassword;
private boolean m_bConnectionOpen = false;
private boolean m_bDebug = false;