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.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/runner/util/DBTools.java b/qadevOOo/runner/util/DBTools.java
index 43aa834cb1d7..e0bf47016e6e 100644
--- a/qadevOOo/runner/util/DBTools.java
+++ b/qadevOOo/runner/util/DBTools.java
@@ -137,19 +137,19 @@ public class DBTools {
/**
* Representation of <code>'SuppressVersionColumns'</code> property.
*/
- public Boolean SuppressVersionColumns = null ;
+ private Boolean SuppressVersionColumns = null ;
/**
* Representation of <code>'IsReadOnly'</code> property.
*/
- public Boolean IsReadOnly = null ;
+ private Boolean IsReadOnly = null ;
/**
* Representation of <code>'TableFilter'</code> property.
*/
- public String[] TableFilter = null ;
+ private String[] TableFilter = null ;
/**
* Representation of <code>'TableTypeFilter'</code> property.
*/
- public String[] TableTypeFilter = null ;
+ private String[] TableTypeFilter = null ;
/**
* Creates an empty instance.