aboutsummaryrefslogtreecommitdiffstats
path: root/src/contrib
diff options
context:
space:
mode:
authorRainer Klute <klute@apache.org>2003-12-03 20:00:14 +0000
committerRainer Klute <klute@apache.org>2003-12-03 20:00:14 +0000
commit5ec57813ec28b75f654c7a0af82e6c0e522de9d9 (patch)
tree94ae3cd423a4210ae18bd0ff7de7a2485dc73f99 /src/contrib
parent319c1c1fe8c3ee2a9fc1f08ce8b8a515450215f6 (diff)
downloadpoi-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.java4
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)
{