Merge pull request #7 from milanperera/master

Fixed a bug in update Operation
revert-70aa11f8
Prabath Abeysekara 10 years ago
commit 00e8076a9d

@ -127,6 +127,7 @@ public class ProfileOperationDAOImpl extends OperationDAOImpl {
PreparedStatement stmt = null;
ByteArrayOutputStream bao = null;
ObjectOutputStream oos = null;
super.updateOperation(operation);
try {
Connection connection = OperationManagementDAOFactory.getConnection();

Loading…
Cancel
Save