Skip to content

Commit

Permalink
adlnet#38: remove dependency on edu backport for java.util.Arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
erwindl0 committed Feb 12, 2020
1 parent a83f91c commit 2bc023f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/gov/adlnet/xapi/AttachmentResultTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import org.junit.Before;
import org.junit.Test;

import edu.emory.mathcs.backport.java.util.Arrays;
import java.util.Arrays;
import gov.adlnet.xapi.model.Activity;
import gov.adlnet.xapi.model.Agent;
import gov.adlnet.xapi.model.Statement;
Expand Down

0 comments on commit 2bc023f

Please sign in to comment.