Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
0002695: Transform with null update action loses updates
  • Loading branch information
erilong committed Jul 27, 2016
1 parent f479bcc commit bb5021c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -265,7 +265,7 @@ public TargetDmlAction evaluateTargetDmlAction(DataContext dataContext, Transfor
action = TargetDmlAction.valueOf((String) result);
}
catch (Exception e) {
log.error(e.getMessage(), e);
throw new RuntimeException(e);
}
}
return action;
Expand Down

0 comments on commit bb5021c

Please sign in to comment.