Skip to content

Commit

Permalink
added the missing import org.highmed.service.exception.IllegalArgumen…
Browse files Browse the repository at this point in the history
…tException;
  • Loading branch information
ramueSVA committed Mar 21, 2024
1 parent 02a800e commit 23abdd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import org.mockito.junit.MockitoJUnitRunner;
import org.highmed.domain.model.*;
import org.highmed.service.ehrbase.EhrBaseService;
import org.highmed.service.exception.IllegalArgumentException;

import java.util.List;
import java.util.Map;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import org.mockito.InjectMocks;
import org.mockito.junit.MockitoJUnitRunner;
import org.highmed.domain.model.Operator;
import org.highmed.service.exception.IllegalArgumentException;

import java.util.Collections;
import java.util.LinkedList;
Expand Down

0 comments on commit 23abdd8

Please sign in to comment.