change package to com.baeldung

This commit is contained in:
DOHA 2019-07-07 14:14:48 +03:00
parent 1888a2f7e8
commit d6b33e11e2
1 changed files with 1 additions and 1 deletions

View File

@ -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;