IDEMPIERE-455 Discover and fix FindBugs problems / Pattern EC_UNRELATED_TYPES

This commit is contained in:
Carlos Ruiz 2012-12-06 17:29:42 -05:00
parent addbee68c4
commit ec241248c1
1 changed files with 1 additions and 2 deletions

View File

@ -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
{