summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/util/DBTools.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/util/DBTools.java')
-rw-r--r--qadevOOo/runner/util/DBTools.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/qadevOOo/runner/util/DBTools.java b/qadevOOo/runner/util/DBTools.java
index f6e7c815bc81..15aa1d926514 100644
--- a/qadevOOo/runner/util/DBTools.java
+++ b/qadevOOo/runner/util/DBTools.java
@@ -41,8 +41,8 @@ import java.sql.DriverManager;
*/
public class DBTools {
- private XMultiServiceFactory xMSF = null ;
- private XNamingService dbContext = null ;
+ private final XMultiServiceFactory xMSF;
+ private XNamingService dbContext;
//JDBC driver
public final static String TST_JDBC_DRIVER = "org.gjt.mm.mysql.Driver";
@@ -122,7 +122,7 @@ public class DBTools {
/**
* Representation of <code>'SuppressVersionColumns'</code> property.
*/
- private Boolean SuppressVersionColumns = null ;
+ private Boolean SuppressVersionColumns;
/**
* Representation of <code>'IsReadOnly'</code> property.
*/