updated API description

This commit is contained in:
2019-09-15 13:58:16 +02:00
parent a2430f748f
commit aeab3a5ca9
28 changed files with 31 additions and 32 deletions

View File

@ -16,9 +16,9 @@
package de.muehlencord.shared.network.ldap;
/**
* Exception used as wrapper for exepctions in ldap context
* Exception used as wrapper for exceptions in LDAP context
*
* @author Joern Muehlencord
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public class LDAPException extends Exception {

View File

@ -17,7 +17,7 @@ package de.muehlencord.shared.network.mail;
/**
*
* @author Joern Muehlencord
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public class MailReaderConfiguration {