Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ottlinger committed Aug 12, 2023
1 parent 19ecd79 commit 9108cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/de/aikiit/mailclena/mail/MailClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ private Properties getProperties() {
*
* @param mode see @{@link Folder#open(int)} for available options.
* @return pair of @{@link Store} and @{@link Folder} if available.
* @throws MessagingException if folder cannot be opened or store is unaccessible.
* @throws MessagingException if folder cannot be opened or store is inaccessible.
*/
@VisibleForTesting
Optional<Pair<Store, Folder>> openFolder(int mode) throws MessagingException {
Expand Down

0 comments on commit 9108cdc

Please sign in to comment.