Minor code formatting change missing from Rev: 11712 in trunk.

(Changeset should be the same as Rev: 11711 in release)

Regards,
Tony
This commit is contained in:
tspc 2010-05-07 05:16:51 +00:00
parent bae92c6ee9
commit 314dde0b0f
1 changed files with 2 additions and 2 deletions

View File

@ -860,7 +860,7 @@ public class DataEngine
/** Report Summary FR [ 2011569 ]**/
if(!m_summary)
pd.addRow(false, levelNo);
pd.addRow(false, levelNo);
int counter = 1;
// get columns
for (int i = 0; i < pd.getColumnInfo().length; i++)
@ -987,7 +987,7 @@ public class DataEngine
{
/** Report Summary FR [ 2011569 ]**/
if(!m_summary)
pd.addNode(pde);
pd.addNode(pde);
m_group.addValue(pde.getColumnName(), pde.getFunctionValue());
}
} // for all columns