Update DownloadEmailAttachments.java

changing the package name to downloadattachments.
This commit is contained in:
rvsathe
2021-05-21 15:15:48 +05:30
committed by GitHub
parent 4a21190a8b
commit 8d544023e1

View File

@@ -1,4 +1,4 @@
package com.baeldung.downloadAttachments;
package com.baeldung.downloadattachments;
import java.io.File;
import java.io.IOException;