Skip to content

Commit

Permalink
Adding missing import for ReferenceDataNotFoundException (#2617)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexis Skitini <[email protected]>
  • Loading branch information
skitini and skitini authored Dec 8, 2023
1 parent 8a93921 commit b3b9bbb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

import com.google.common.collect.ImmutableList;
import com.opengamma.strata.basics.ReferenceData;
import com.opengamma.strata.basics.ReferenceDataNotFoundException;
import com.opengamma.strata.basics.Resolvable;
import com.opengamma.strata.basics.StandardId;
import com.opengamma.strata.basics.currency.Currency;
Expand Down

0 comments on commit b3b9bbb

Please sign in to comment.