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

cid#1326569 Unused value

Change-Id: I7a945e0d299eaf20f8245c6697959885f4ef4ade
üst 846135c4
...@@ -271,7 +271,6 @@ public class ReportWizard extends DatabaseObjectWizard implements XTextListener ...@@ -271,7 +271,6 @@ public class ReportWizard extends DatabaseObjectWizard implements XTextListener
String sCommand = (String) oCommand.getPropertySet().getPropertyValue(PropertyNames.COMMAND); String sCommand = (String) oCommand.getPropertySet().getPropertyValue(PropertyNames.COMMAND);
if (bHasEscapeProcessing) if (bHasEscapeProcessing)
{ {
bQueryCreated = (!sCommand.equals(PropertyNames.EMPTY_STRING));
if (m_reportDocument instanceof ReportTextImplementation) if (m_reportDocument instanceof ReportTextImplementation)
{ {
sqlQueryComposer.m_xQueryAnalyzer.setQuery(sCommand); sqlQueryComposer.m_xQueryAnalyzer.setQuery(sCommand);
......
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