Fixed profile operation update bug

revert-70aa11f8
mharindu 10 years ago
parent 3dda515add
commit fe1e3dd43a

@ -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