BAEL-17341 Slice 8 | The top 100 articles should have their own package in the module (#7664)

This commit is contained in:
Dhawal Kapil
2019-08-29 20:16:51 +05:30
committed by Josh Cummings
parent 6b76d5ed0e
commit e8f83431b3
9 changed files with 11 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
package com.baeldung.java8.base64;
package com.baeldung.base64encodinganddecoding;
import org.apache.commons.codec.binary.Base64;
import org.junit.Test;

View File

@@ -1,4 +1,4 @@
package com.baeldung.java8.base64;
package com.baeldung.base64encodinganddecoding;
import org.junit.Test;

View File

@@ -1,4 +1,4 @@
package com.baeldung.java8.base64;
package com.baeldung.base64encodinganddecoding;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;