You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by fe...@apache.org on 2011/10/06 16:18:51 UTC

svn commit: r1179640 [2/2] - in /james/mailbox/trunk/store/src: main/java/org/apache/james/mailbox/store/ main/java/org/apache/james/mailbox/store/mail/ main/java/org/apache/james/mailbox/store/mail/model/ main/java/org/apache/james/mailbox/store/mail/...

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-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org