You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2003/07/09 00:06:35 UTC

cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang RandomStringUtils.java

scolebourne    2003/07/08 15:06:35

  Modified:    lang/src/java/org/apache/commons/lang RandomStringUtils.java
  Log:
  Javadoc fix
  
  Revision  Changes    Path
  1.15      +3 -3      jakarta-commons/lang/src/java/org/apache/commons/lang/RandomStringUtils.java
  
  Index: RandomStringUtils.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/src/java/org/apache/commons/lang/RandomStringUtils.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- RandomStringUtils.java	8 Jul 2003 05:59:58 -0000	1.14
  +++ RandomStringUtils.java	8 Jul 2003 22:06:35 -0000	1.15
  @@ -198,8 +198,8 @@
        * <p>Creates a random string based on a variety of options, using
        * default source of randomness.</p>
        *
  -     * <p>This method has exactly the same semantics as {@link
  -     * #random(int,int,int,boolean,boolean,char[],Random)}, but
  +     * <p>This method has exactly the same semantics as
  +     * {@link #random(int,int,int,boolean,boolean,char[],Random)}, but
        * instead of using an externally supplied source of randomness, it uses
        * the internal static {@link Random} instance ({@link #RANDOM}).</p>
        *
  
  
  

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