Added author to all java files with class comments.
[utils] / crawler / kiss / src / main / java / org / wamblee / crawler / kiss / notification / UsernamePasswordAuthenticator.java
index cf814bdeecfe63b11a8ad72c1a8d7902f95bf4e1..58fd5b3ceb4e8ea013f614f1bcb7a694bd8ee266 100644 (file)
@@ -21,6 +21,8 @@ import javax.mail.PasswordAuthentication;
 /**
  * Authenticator to supply username and password to the mail server (if needed).
  * 
+ *
+ * @author Erik Brakkee
  */
 public class UsernamePasswordAuthenticator extends Authenticator {