diff options
author | Noel Grandin <noel@peralex.com> | 2015-10-16 11:44:12 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-10-16 12:50:47 +0200 |
commit | 84ec34e08e87da58a995006d4b1c9d298a438485 (patch) | |
tree | 7381de692dc696c5b51567e61b5185f3f478e9ac /qadevOOo/runner | |
parent | c5989fb39bdf303773d3d1a8230b2a836b060a4d (diff) |
cid#1327207 UwF: Unwritten field
Change-Id: Ied3798a1643c0fa2ca86c9d76fef2dcc270f5b2d
Diffstat (limited to 'qadevOOo/runner')
-rw-r--r-- | qadevOOo/runner/util/DBTools.java | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/qadevOOo/runner/util/DBTools.java b/qadevOOo/runner/util/DBTools.java index 589f714b6976..69a460b66a22 100644 --- a/qadevOOo/runner/util/DBTools.java +++ b/qadevOOo/runner/util/DBTools.java @@ -114,10 +114,6 @@ public class DBTools { */ public Boolean IsPasswordRequired = null ; /** - * Representation of <code>'SuppressVersionColumns'</code> property. - */ - private Boolean SuppressVersionColumns; - /** * Representation of <code>'IsReadOnly'</code> property. */ private Boolean IsReadOnly = null ; @@ -152,7 +148,6 @@ public class DBTools { if (User != null) props.setPropertyValue("User", User) ; if (Password != null) props.setPropertyValue("Password", Password) ; if (IsPasswordRequired != null) props.setPropertyValue("IsPasswordRequired", IsPasswordRequired) ; - if (SuppressVersionColumns != null) props.setPropertyValue("SuppressVersionColumns", SuppressVersionColumns) ; if (IsReadOnly != null) props.setPropertyValue("IsReadOnly", IsReadOnly) ; if (TableFilter != null) props.setPropertyValue("TableFilter", TableFilter) ; |