Use braces to surround else statements.

This commit is contained in:
trifonnt 2009-06-20 12:14:36 +00:00
parent 6dad7978f5
commit 3085894897
1 changed files with 4 additions and 3 deletions

View File

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