Skip to content

Commit

Permalink
fixed compile error with org-apache-commons.StringUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
t106uhn authored and t106uhn committed Sep 26, 2014
1 parent 1d084fe commit 2e89fd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
import java.util.List;
import java.util.Set;

import org.apache.commons.lang.StringUtils;
import org.apache.commons.lang3.StringUtils;

import ca.uhn.fhir.context.BaseRuntimeChildDefinition;
import ca.uhn.fhir.context.BaseRuntimeDeclaredChildDefinition;
Expand Down

0 comments on commit 2e89fd7

Please sign in to comment.