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 no...@apache.org on 2011/08/12 21:34:53 UTC

svn commit: r1157228 - /james/mailbox/trunk/store/src/main/java/org/apache/james/mailbox/store/mail/ModSeqProvider.java

Author: norman
Date: Fri Aug 12 19:34:53 2011
New Revision: 1157228

URL: http://svn.apache.org/viewvc?rev=1157228&view=rev
Log:
Just some javadocs correction

Modified:
    james/mailbox/trunk/store/src/main/java/org/apache/james/mailbox/store/mail/ModSeqProvider.java

Modified: james/mailbox/trunk/store/src/main/java/org/apache/james/mailbox/store/mail/ModSeqProvider.java
URL: http://svn.apache.org/viewvc/james/mailbox/trunk/store/src/main/java/org/apache/james/mailbox/store/mail/ModSeqProvider.java?rev=1157228&r1=1157227&r2=1157228&view=diff
==============================================================================
--- james/mailbox/trunk/store/src/main/java/org/apache/james/mailbox/store/mail/ModSeqProvider.java (original)
+++ james/mailbox/trunk/store/src/main/java/org/apache/james/mailbox/store/mail/ModSeqProvider.java Fri Aug 12 19:34:53 2011
@@ -34,7 +34,9 @@ public interface ModSeqProvider<Id> {
     /**
      * Return the next mod-sequence which can be used for the {@link Mailbox}.
      * Its important that the returned mod-sequence is higher then the last used and that the next call of this method does return a higher
-     * one
+     * one. 
+     * 
+     * The first mod-seq must be >= 1
      * 
      * @param session
      * @param mailbox



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org