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

cid#1326680 DLS: Dead local store

Change-Id: I8e1ffdfe4d20664b7c97eb2a33b570aea9b19ccf
üst 7f7ca604
......@@ -105,9 +105,7 @@ public class CommandName
}
if (oCommandMetaData.xDBMetaData.supportsSchemasInDataManipulation())
{
String[] NameList;
NameList = new String[0];
NameList = JavaTools.ArrayoutofString(_DisplayName, ".");
String[] NameList = JavaTools.ArrayoutofString(_DisplayName, ".");
if (NameList.length > 1)
{
SchemaName = NameList[0];
......
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