You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2005/09/16 02:26:28 UTC

cvs commit: jakarta-jmeter/src/jorphan/org/apache/jorphan/util Converter.java

sebb        2005/09/15 17:26:28

  Modified:    src/jorphan/org/apache/jorphan/util Tag: rel-2-1
                        Converter.java
  Log:
  Remove unnecessary 1.4 dependency
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.7.2.1   +5 -4      jakarta-jmeter/src/jorphan/org/apache/jorphan/util/Converter.java
  
  Index: Converter.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/jorphan/org/apache/jorphan/util/Converter.java,v
  retrieving revision 1.7
  retrieving revision 1.7.2.1
  diff -u -r1.7 -r1.7.2.1
  --- Converter.java	12 Jul 2005 20:51:04 -0000	1.7
  +++ Converter.java	16 Sep 2005 00:26:28 -0000	1.7.2.1
  @@ -373,10 +373,11 @@
   			return replacement.toString();
   		}
   	}
  -
  -	public static String insertSpaceBreaks(String v, String insertion) {
  -		return v.trim().replaceAll("\\s+", insertion);
  -	}
  +// Does not appear to be used.
  +// Remove as replaceAll() requires 1.4
  +//	public static String insertSpaceBreaks(String v, String insertion) {
  +//		return v.trim().replaceAll("\\s+", insertion);
  +//	}
   
   	/**
   	 * Converts object to a String, defaults to empty string if object is null.
  
  
  

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