diff options
author | Rainer Klute <klute@apache.org> | 2003-12-03 20:00:14 +0000 |
---|---|---|
committer | Rainer Klute <klute@apache.org> | 2003-12-03 20:00:14 +0000 |
commit | 5ec57813ec28b75f654c7a0af82e6c0e522de9d9 (patch) | |
tree | 94ae3cd423a4210ae18bd0ff7de7a2485dc73f99 /src/contrib | |
parent | 319c1c1fe8c3ee2a9fc1f08ce8b8a515450215f6 (diff) | |
download | poi-5ec57813ec28b75f654c7a0af82e6c0e522de9d9.tar.gz poi-5ec57813ec28b75f654c7a0af82e6c0e522de9d9.zip |
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
Diffstat (limited to 'src/contrib')
-rw-r--r-- | src/contrib/src/org/apache/poi/contrib/poibrowser/Codec.java | 4 |
1 files changed, 0 insertions, 4 deletions
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 /** * <p>Converts a string into its hexadecimal notation.</p> - * - * <p><strong>FIXME:</strong> If this method is called frequently, - * it should directly implement the algorithm in the called method - * in order to avoid creating a string instance.</p> */ public static String hexEncode(final String s) { |