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)
|
else if (para.getP_Number() != null)
|
||||||
{
|
{
|
||||||
if (para.getP_Number_To() != null
|
if (para.getP_Number_To() != null)
|
||||||
&& !para.getP_Number_To().equals(""))
|
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue