Fix build - remove unneeded junit import.
This commit is contained in:
parent
17b6b26ef2
commit
1cb23a14c8
|
@ -22,7 +22,7 @@ package org.hl7.fhir.r5.validation;
|
|||
|
||||
import static org.apache.commons.lang3.StringUtils.isBlank;
|
||||
import static org.apache.commons.lang3.StringUtils.isNotBlank;
|
||||
import static org.junit.Assert.assertNotNull;
|
||||
//import static org.junit.Assert.assertNotNull;
|
||||
|
||||
import java.io.ByteArrayOutputStream;
|
||||
import java.io.IOException;
|
||||
|
|
Loading…
Reference in New Issue