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 2007/01/04 00:44:57 UTC

svn commit: r492352 - /jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringUtils.java

Author: scolebourne
Date: Wed Jan  3 15:44:56 2007
New Revision: 492352

URL: http://svn.apache.org/viewvc?view=rev&rev=492352
Log:
Formatting changes only

Modified:
    jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringUtils.java

Modified: jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringUtils.java
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringUtils.java?view=diff&rev=492352&r1=492351&r2=492352
==============================================================================
--- jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringUtils.java (original)
+++ jakarta/commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringUtils.java Wed Jan  3 15:44:56 2007
@@ -1034,7 +1034,7 @@
         return str.indexOf(searchStr) >= 0;
     }
 
- /**
+    /**
      * <p>Checks if String contains a search String irrespective of case,
      * handling <code>null</code>. This method uses
      * {@link #contains(String, String)}.</p>
@@ -1052,8 +1052,8 @@
      * StringUtils.contains("abc", "Z") = false
      * </pre>
      *
-     * @param str the String to check, may be null
-     * @param searchStr the String to find, may be null
+     * @param str  the String to check, may be null
+     * @param searchStr  the String to find, may be null
      * @return true if the String contains the search String irrespective of
      * case or false if not or <code>null</code> string input
      */



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