Modified: james/mailbox/trunk/store/src/main/java/org/apache/james/mailbox/store/user/model/impl/SimpleSubscription.java URL: http://svn.apache.org/viewvc/james/mailbox/trunk/store/src/main/java/org/apache/james/mailbox/store/user/model/impl/SimpleSubscription.java?rev=1179640&r1=1179639&r2=1179640&view=diff ============================================================================== --- james/mailbox/trunk/store/src/main/java/org/apache/james/mailbox/store/user/model/impl/SimpleSubscription.java (original) +++ james/mailbox/trunk/store/src/main/java/org/apache/james/mailbox/store/user/model/impl/SimpleSubscription.java Thu Oct 6 14:18:49 2011 @@ -29,18 +29,15 @@ public class SimpleSubscription implemen this.user = user; this.mailbox = mailbox; } - - - /* - * (non-Javadoc) + + /** * @see org.apache.james.mailbox.store.user.model.Subscription#getMailbox() */ public String getMailbox() { return mailbox; } - /* - * (non-Javadoc) + /** * @see org.apache.james.mailbox.store.user.model.Subscription#getUser() */ public String getUser() {
Modified: james/mailbox/trunk/store/src/test/java/org/apache/james/mailbox/store/SimpleMailboxMembership.java URL: http://svn.apache.org/viewvc/james/mailbox/trunk/store/src/test/java/org/apache/james/mailbox/store/SimpleMailboxMembership.java?rev=1179640&r1=1179639&r2=1179640&view=diff ============================================================================== --- james/mailbox/trunk/store/src/test/java/org/apache/james/mailbox/store/SimpleMailboxMembership.java (original) +++ james/mailbox/trunk/store/src/test/java/org/apache/james/mailbox/store/SimpleMailboxMembership.java Thu Oct 6 14:18:49 2011 @@ -248,9 +248,7 @@ public class SimpleMailboxMembership imp return new ByteArrayInputStream(body); } - - /* - * (non-Javadoc) + /** * @see org.apache.james.mailbox.store.mail.model.Message#getHeaderContent() */ public InputStream getHeaderContent() throws IOException { @@ -295,8 +293,7 @@ public class SimpleMailboxMembership imp return size; } - /* - * (non-Javadoc) + /** * @see java.lang.Comparable#compareTo(java.lang.Object) */ public int compareTo(Message<Long> other) { --------------------------------------------------------------------- To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org