File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
core/src/main/java/org/everit/json/schema/loader Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
import static java .lang .String .format ;
4
4
import static java .util .Objects .requireNonNull ;
5
- import static org . apache . commons . collections . ListUtils .unmodifiableList ;
5
+ import static java . util . Collections .unmodifiableList ;
6
6
import static org .everit .json .schema .loader .SpecificationVersion .DRAFT_6 ;
7
7
8
8
import java .net .URI ;
Original file line number Diff line number Diff line change 2
2
3
3
import static java .lang .String .format ;
4
4
import static java .util .Arrays .asList ;
5
+ import static java .util .Collections .unmodifiableList ;
5
6
import static java .util .Collections .unmodifiableMap ;
6
- import static org .apache .commons .collections .ListUtils .unmodifiableList ;
7
7
8
8
import java .util .Arrays ;
9
9
import java .util .HashMap ;
You can’t perform that action at this time.
0 commit comments