CreateCostElement: fixed error introduced in rev. 6455
This commit is contained in:
parent
8937778bab
commit
f2f6239d0e
|
@ -166,7 +166,7 @@ public class CreateCostElement extends SvrProcess
|
|||
}
|
||||
catch (SQLException e)
|
||||
{
|
||||
throw new DBException(e, sql);
|
||||
throw new DBException(e);
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue