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
      * [EMAIL PROTECTED] #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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to