Use braces to surround else statements.
This commit is contained in:
parent
6dad7978f5
commit
3085894897
|
@ -202,9 +202,10 @@ public class DistributionRun extends SvrProcess
|
||||||
{
|
{
|
||||||
distributionOrders();
|
distributionOrders();
|
||||||
}
|
}
|
||||||
else
|
else {
|
||||||
// Create Orders
|
// Create Orders
|
||||||
createOrders();
|
createOrders();
|
||||||
|
}
|
||||||
|
|
||||||
return "@Created@ #" + m_counter;
|
return "@Created@ #" + m_counter;
|
||||||
} // doIt
|
} // doIt
|
||||||
|
|
Loading…
Reference in New Issue