IDEMPIERE-455 Discover and fix FindBugs problems / Pattern EC_UNRELATED_TYPES
This commit is contained in:
parent
addbee68c4
commit
ec241248c1
|
@ -194,8 +194,7 @@ public class ReportProcessor
|
|||
}
|
||||
else if (para.getP_Number() != null)
|
||||
{
|
||||
if (para.getP_Number_To() != null
|
||||
&& !para.getP_Number_To().equals(""))
|
||||
if (para.getP_Number_To() != null)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue