correct the package name

This commit is contained in:
sharifi 2020-11-17 09:14:33 +03:30
parent b0d7dd8359
commit bba378a141
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
package com.baeldung.crypto;
package com.baeldung.aes;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

View File

@ -1,4 +1,4 @@
package com.baeldung.crypto;
package com.baeldung.aes;
import java.io.Serializable;
import java.util.Objects;

View File

@ -1,4 +1,4 @@
package com.baeldung.crypto;
package com.baeldung.aes;
import org.assertj.core.api.WithAssertions;
import org.junit.jupiter.api.Assertions;