Merge pull request #7 from milanperera/master

Fixed a bug in update Operation
This commit is contained in:
Prabath Abeysekara 2015-05-12 19:33:45 +05:30
commit 00e8076a9d

View File

@ -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();