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 8a3858f commit 26f4e22
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ 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();
String code = null;
String code = condition == null ? null : condition.getConditionCode();

System.out.println(condition);
System.out.println(code);
Expand Down

0 comments on commit 26f4e22

Please sign in to comment.