com.atlassian.confluence.mail.notification
Class NotificationCaseFixer
java.lang.Object
com.atlassian.confluence.mail.notification.NotificationCaseFixer
public class NotificationCaseFixer
- extends Object
The purpose of this class is to fix notifications with usernames that have incorrect case.
For example, if a user called "Bob" exists, a notification associated with "bob" is invalid and will be fixed by this class.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotificationCaseFixer
public NotificationCaseFixer(UserAccessor userAccessor,
net.sf.hibernate.Session session,
Writer out)
fix
public void fix(Notification notification)
throws IOException
- Throws:
IOException