Fixed a bug in update Operation

This commit is contained in:
Milan Perera 2015-05-08 18:15:12 +05:30
parent 47183e12f2
commit d86a5ccc4a

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