Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
Fix travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
GoebelL committed Sep 16, 2019
1 parent 9184a3d commit 2d4ca17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
package org.oscm.validation;

import org.oscm.converter.WhiteSpaceConverter;
import org.oscm.internal.types.exception.IllegalArgumentException;

import java.util.Collection;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import org.junit.Test;

import java.util.ArrayList;

import org.oscm.internal.types.exception.IllegalArgumentException;
public class ArgumentValidatorTest {

@Test
Expand Down

0 comments on commit 2d4ca17

Please sign in to comment.