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:
parent
bae92c6ee9
commit
314dde0b0f
|
@ -860,7 +860,7 @@ public class DataEngine
|
||||||
|
|
||||||
/** Report Summary FR [ 2011569 ]**/
|
/** Report Summary FR [ 2011569 ]**/
|
||||||
if(!m_summary)
|
if(!m_summary)
|
||||||
pd.addRow(false, levelNo);
|
pd.addRow(false, levelNo);
|
||||||
int counter = 1;
|
int counter = 1;
|
||||||
// get columns
|
// get columns
|
||||||
for (int i = 0; i < pd.getColumnInfo().length; i++)
|
for (int i = 0; i < pd.getColumnInfo().length; i++)
|
||||||
|
@ -987,7 +987,7 @@ public class DataEngine
|
||||||
{
|
{
|
||||||
/** Report Summary FR [ 2011569 ]**/
|
/** Report Summary FR [ 2011569 ]**/
|
||||||
if(!m_summary)
|
if(!m_summary)
|
||||||
pd.addNode(pde);
|
pd.addNode(pde);
|
||||||
m_group.addValue(pde.getColumnName(), pde.getFunctionValue());
|
m_group.addValue(pde.getColumnName(), pde.getFunctionValue());
|
||||||
}
|
}
|
||||||
} // for all columns
|
} // for all columns
|
||||||
|
|
Loading…
Reference in New Issue