You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by oz...@apache.org on 2004/05/05 14:32:09 UTC

cvs commit: jakarta-slide/src/share/org/apache/slide/store SequenceStore.java

ozeigermann    2004/05/05 05:32:09

  Modified:    src/share/org/apache/slide/store SequenceStore.java
  Log:
  Minor change in Javadoc
  
  Revision  Changes    Path
  1.2       +7 -7      jakarta-slide/src/share/org/apache/slide/store/SequenceStore.java
  
  Index: SequenceStore.java
  ===================================================================
  RCS file: /home/cvs/jakarta-slide/src/share/org/apache/slide/store/SequenceStore.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- SequenceStore.java	4 May 2004 12:06:26 -0000	1.1
  +++ SequenceStore.java	5 May 2004 12:32:09 -0000	1.2
  @@ -68,10 +68,10 @@
        * or continuous values. The only thing that is assured is the value will be unique 
        * in the scope of the sequence, i.e. this method will never return the 
        * same value for the same sequence. A sequence of valid values <em>might</em> be
  -     * <pre>1,2,3,4,5...</pre>, but it might just as well be 
  -     * <pre>10,787875845,1,2,434</pre>.
  +     * <pre>1,2,3,4,5,...</pre>, but it might just as well be 
  +     * <pre>10,787875845,1,2,434,...</pre>.
        * However, it may not be 
  -     * <pre>1,2,1,3</pre>.
  +     * <pre>1,2,1,3,...</pre>.
        * as a sequence must never return the same value twice or more times.
        * 
        * @param sequenceNamethe name of the sequence you want the next value for
  
  
  

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