Update of /var/cvs/src/org/mmbase/util
In directory james.mmbase.org:/tmp/cvs-serv21923
Modified Files:
Tag: MMBase-1_8
Strip.java
Log Message:
forward compatibility
See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/util
Index: Strip.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/util/Strip.java,v
retrieving revision 1.7
retrieving revision 1.7.2.1
diff -u -b -r1.7 -r1.7.2.1
--- Strip.java 30 Sep 2004 14:07:13 -0000 1.7
+++ Strip.java 24 Sep 2008 09:59:57 -0000 1.7.2.1
@@ -22,7 +22,7 @@
* </PRE>
*
* @author Rico Jansen
- * @version $Id: Strip.java,v 1.7 2004/09/30 14:07:13 pierre Exp $
+ * @version $Id: Strip.java,v 1.7.2.1 2008/09/24 09:59:57 michiel Exp $
*/
public class Strip {
@@ -82,6 +82,9 @@
public static String Whitespace(String str,int where) {
return Chars(str," \t\n\r",where);
}
+ public static String whitespace(String str,int where) {
+ return Chars(str," \t\n\r",where);
+ }
/**
* Strip all of the specified character from beginning, end or both.
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs