Skip to content

Commit

Permalink
revert Main.java change
Browse files Browse the repository at this point in the history
  • Loading branch information
danoswaltCL committed Sep 21, 2023
1 parent c85af12 commit 5d3c257
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ public void onSuccess(@NonNull UserAliasResponse uar) {
@Override
public void onSuccess(@NonNull Assignment expResult){
System.out.println(prefix() + "success getting condition; marking");

Condition condition = expResult.getAssignedCondition();
String code = condition == null ? null : condition.getConditionCode();

System.out.println(condition);
System.out.println(code);
expResult.markDecisionPoint(MarkedDecisionPointStatus.CONDITION_APPLIED, new Date().toString(), new ResponseCallback<MarkDecisionPoint>(){
Expand Down

0 comments on commit 5d3c257

Please sign in to comment.