BAEL-19967: Migrate spring-shell module to the com.baeldung package

This commit is contained in:
Krzysiek
2019-12-18 21:35:26 +01:00
parent 4465bb6fa9
commit 8b17262844
8 changed files with 8 additions and 8 deletions
@@ -1,4 +1,4 @@
package org.baeldung.shell.simple;
package com.baeldung.shell.simple;
import org.junit.AfterClass;
import org.junit.Assert;