change package to com.baeldung
This commit is contained in:
parent
1888a2f7e8
commit
d6b33e11e2
|
@ -1,4 +1,4 @@
|
|||
package org.baeldung.java.collections;
|
||||
package com.baeldung.java.collections;
|
||||
|
||||
import static org.hamcrest.Matchers.contains;
|
||||
import static org.junit.Assert.assertThat;
|
Loading…
Reference in New Issue