From 5ec57813ec28b75f654c7a0af82e6c0e522de9d9 Mon Sep 17 00:00:00 2001 From: Rainer Klute Date: Wed, 3 Dec 2003 20:00:14 +0000 Subject: HPSF: new testcase to check the new codepage support - plus a fix to correct a bug detected by the testcase. Hey, that's what testcases are good for! git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353461 13f79535-47bb-0310-9956-ffa450edef68 --- src/contrib/src/org/apache/poi/contrib/poibrowser/Codec.java | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/contrib') diff --git a/src/contrib/src/org/apache/poi/contrib/poibrowser/Codec.java b/src/contrib/src/org/apache/poi/contrib/poibrowser/Codec.java index 459e23ad36..bbd6c5e64b 100644 --- a/src/contrib/src/org/apache/poi/contrib/poibrowser/Codec.java +++ b/src/contrib/src/org/apache/poi/contrib/poibrowser/Codec.java @@ -90,10 +90,6 @@ public class Codec /** *

Converts a string into its hexadecimal notation.

- * - *

FIXME: If this method is called frequently, - * it should directly implement the algorithm in the called method - * in order to avoid creating a string instance.

*/ public static String hexEncode(final String s) { -- cgit v1.2.3