Kaydet (Commit) cb2c4d77 authored tarafından Noel Grandin's avatar Noel Grandin

cid#1327197 UwF: Unwritten field

Change-Id: I06d167e1f6aebeb6629cbbc7fb90ffed8cec837d
üst afc9d56b
......@@ -125,10 +125,6 @@ public class DBTools {
* Representation of <code>'TableFilter'</code> property.
*/
private String[] TableFilter = null ;
/**
* Representation of <code>'TableTypeFilter'</code> property.
*/
private String[] TableTypeFilter = null ;
/**
* Creates an empty instance.
......@@ -159,7 +155,6 @@ public class DBTools {
if (SuppressVersionColumns != null) props.setPropertyValue("SuppressVersionColumns", SuppressVersionColumns) ;
if (IsReadOnly != null) props.setPropertyValue("IsReadOnly", IsReadOnly) ;
if (TableFilter != null) props.setPropertyValue("TableFilter", TableFilter) ;
if (TableTypeFilter != null) props.setPropertyValue("TableTypeFilter", TableTypeFilter) ;
return src ;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment