Fix build - remove unneeded junit import.

This commit is contained in:
Rob Hausam 2019-07-10 18:07:22 -05:00 committed by James Agnew
parent 17b6b26ef2
commit 1cb23a14c8
1 changed files with 1 additions and 1 deletions

View File

@ -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;