From 84ec34e08e87da58a995006d4b1c9d298a438485 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 16 Oct 2015 11:44:12 +0200 Subject: cid#1327207 UwF: Unwritten field Change-Id: Ied3798a1643c0fa2ca86c9d76fef2dcc270f5b2d --- qadevOOo/runner/util/DBTools.java | 5 ----- 1 file changed, 5 deletions(-) (limited to 'qadevOOo') 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 'SuppressVersionColumns' property. - */ - private Boolean SuppressVersionColumns; - /** * Representation of 'IsReadOnly' 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) ; -- cgit