[jboss-cvs] jboss-seam/src/main/org/jboss/seam/util ...

Gavin King gavin.king at jboss.com
Sun Jun 17 15:48:58 EDT 2007


  User: gavin   
  Date: 07/06/17 15:48:58

  Modified:    src/main/org/jboss/seam/util  Base64.java
  Log:
  minor
  
  Revision  Changes    Path
  1.2       +1 -2      jboss-seam/src/main/org/jboss/seam/util/Base64.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Base64.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/util/Base64.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- Base64.java	21 May 2007 05:38:32 -0000	1.1
  +++ Base64.java	17 Jun 2007 19:48:58 -0000	1.2
  @@ -670,8 +670,7 @@
        * @param source The data to convert
        * @param off Offset in array where conversion should begin
        * @param len Length of data to convert
  -     * @param options Specified options
  -    * @param options alphabet type is pulled from this (standard, url-safe, ordered)
  +     * @param options Specified options, alphabet type is pulled from this (standard, url-safe, ordered)
        * @see Base64#GZIP
        * @see Base64#DONT_BREAK_LINES
        * @since 2.0
  
  
  



More information about the jboss-cvs-commits mailing list