From e37963c2797f075ecd78d8668b86bc32769f2f23 Mon Sep 17 00:00:00 2001 From: "Gary D. Gregory" Date: Fri, 19 Mar 2004 00:29:32 +0000 Subject: [PATCH] typo noticed by Stephen... git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137830 13f79535-47bb-0310-9956-ffa450edef68 --- src/test/org/apache/commons/lang/CharUtilsPerfTest.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/test/org/apache/commons/lang/CharUtilsPerfTest.java b/src/test/org/apache/commons/lang/CharUtilsPerfTest.java index 30fe576c5..8a7e5e607 100644 --- a/src/test/org/apache/commons/lang/CharUtilsPerfTest.java +++ b/src/test/org/apache/commons/lang/CharUtilsPerfTest.java @@ -53,10 +53,10 @@ run_inlined_CharUtils_isAsciiNumeric: 709 milliseconds. run_inlined_CharUtils_isAsciiNumeric: 84,420 milliseconds. - * @version $Id: CharUtilsPerfTest.java,v 1.1 2004/03/18 22:37:39 ggregory Exp $ + * @version $Id: CharUtilsPerfTest.java,v 1.2 2004/03/19 00:29:32 ggregory Exp $ */ public class CharUtilsPerfTest { - final static String VERSION = "$Id: CharUtilsPerfTest.java,v 1.1 2004/03/18 22:37:39 ggregory Exp $"; + final static String VERSION = "$Id: CharUtilsPerfTest.java,v 1.2 2004/03/19 00:29:32 ggregory Exp $"; final static int WARM_UP = 100; @@ -118,7 +118,7 @@ public class CharUtilsPerfTest { //System.out.println("Measuring..."); start = System.currentTimeMillis(); run_CharSet(COUNT); - this.printlnTotal("run_inlined_CharUtils_isAsciiNumeric", start); + this.printlnTotal("run_CharSet", start); } private int run_CharSet(int loopCount) {