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 baf1093fb3
commit 51d20e8bdb
1 changed files with 1 additions and 1 deletions

View File

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