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();
|
||||
}
|
||||
else
|
||||
// Create Orders
|
||||
createOrders();
|
||||
else {
|
||||
// Create Orders
|
||||
createOrders();
|
||||
}
|
||||
|
||||
return "@Created@ #" + m_counter;
|
||||
} // doIt
|
||||
|
|
Loading…
Reference in New Issue