Skip to content

Commit

Permalink
BAEL-20927: Migrate core-java-collections-array-list to com.baeldung …
Browse files Browse the repository at this point in the history
…package
  • Loading branch information
kwoyke committed Jan 16, 2020
1 parent 24e980a commit eb6c4c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.baeldung.java.collections;
package com.baeldung.collections;

import com.google.common.collect.Sets;
import org.junit.Before;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.baeldung.java.collections;
package com.baeldung.collections;

import com.google.common.collect.ImmutableList;
import org.apache.commons.collections4.ListUtils;
Expand Down

0 comments on commit eb6c4c0

Please sign in to comment.