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/02/04 23:50:31 UTC

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

scolebourne    2003/02/04 14:50:31

  Modified:    lang/src/java/org/apache/commons/lang BooleanUtils.java
  Log:
  Fix javadoc from checkstyle
  
  Revision  Changes    Path
  1.4       +2 -4      jakarta-commons/lang/src/java/org/apache/commons/lang/BooleanUtils.java
  
  Index: BooleanUtils.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/src/java/org/apache/commons/lang/BooleanUtils.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- BooleanUtils.java	23 Dec 2002 00:32:24 -0000	1.3
  +++ BooleanUtils.java	4 Feb 2003 22:50:31 -0000	1.4
  @@ -1,7 +1,7 @@
   /* ====================================================================
    * The Apache Software License, Version 1.1
    *
  - * Copyright (c) 2002 The Apache Software Foundation.  All rights
  + * Copyright (c) 2002-2003 The Apache Software Foundation.  All rights
    * reserved.
    *
    * Redistribution and use in source and binary forms, with or without
  @@ -311,7 +311,6 @@
        * @param bool  the to convert
        * @param trueValue  the value to return if true
        * @param falseValue  the value to return if false
  -     * @param nullValue  the value to return if null
        * @return the appropriate value
        */
       public static int toInteger(boolean bool, int trueValue, int falseValue) {
  @@ -340,7 +339,6 @@
        * @param bool  the to convert
        * @param trueValue  the value to return if true, may be null
        * @param falseValue  the value to return if false, may be null
  -     * @param nullValue  the value to return if null, may be null
        * @return the appropriate value
        */
       public static Integer toIntegerObject(boolean bool, Integer trueValue, Integer falseValue) {
  
  
  

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