Fixed profile operation update bug

This commit is contained in:
mharindu 2015-05-11 12:29:58 +05:30
parent 3dda515add
commit fe1e3dd43a

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