BAEL-17341 Slice 8 | The top 100 articles should have their own package in the module (#7664)
This commit is contained in:
committed by
Josh Cummings
parent
6b76d5ed0e
commit
e8f83431b3
@@ -1,4 +1,4 @@
|
||||
package com.baeldung.java8.base64;
|
||||
package com.baeldung.base64encodinganddecoding;
|
||||
|
||||
import org.apache.commons.codec.binary.Base64;
|
||||
import org.junit.Test;
|
||||
@@ -1,4 +1,4 @@
|
||||
package com.baeldung.java8.base64;
|
||||
package com.baeldung.base64encodinganddecoding;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
@@ -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;
|
||||
Reference in New Issue
Block a user