fixed project setup in pom.xml, fixed author tag

This commit is contained in:
2019-09-13 09:15:19 +02:00
parent 585b6d7d02
commit 13d16a1309
18 changed files with 18 additions and 31 deletions

View File

@ -20,7 +20,7 @@ import java.util.concurrent.ConcurrentHashMap;
/**
*
* @author Joern Muehlencord <joern at muehlencord.de>
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public enum MailProtocol {

View File

@ -50,7 +50,7 @@ import org.slf4j.LoggerFactory;
/**
*
* @author Joern Muehlencord <joern at muehlencord.de>
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public class ExchangeMailReader implements MailReader {

View File

@ -40,7 +40,7 @@ import org.slf4j.LoggerFactory;
/**
*
* @author Joern Muehlencord <joern at muehlencord.de>
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public class TestSendMail {

View File

@ -29,7 +29,7 @@ import org.slf4j.LoggerFactory;
/**
*
* @author Joern Muehlencord <joern at muehlencord.de>
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public class ExchangeMailReaderTest {