Skip to content

Commit

Permalink
CTCTOWALTZ-1256
Browse files Browse the repository at this point in the history
  • Loading branch information
muzammil-ali1 committed Jul 19, 2019
1 parent 5dc2449 commit a747a39
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ public String provenance() {
return "waltz";
}


@Value.Derived
public String externalId() { return assetCode().get(); }
public Optional<String> externalId() { return assetCode(); }


@Value.Default
Expand Down

0 comments on commit a747a39

Please sign in to comment.