]> source.dussan.org Git - poi.git/commit
Fixed the double byte bugs in SSTDeserializer. Testcases provided in bugs 15556 and...
authorJason Height <jheight@apache.org>
Tue, 14 Oct 2003 06:54:00 +0000 (06:54 +0000)
committerJason Height <jheight@apache.org>
Tue, 14 Oct 2003 06:54:00 +0000 (06:54 +0000)
commitb77c9c5f45c8141d711fcea667a83c8af1292557
tree0ee46b8b26dfc539e7d7e0903d6fcdce5e0b2a5a
parent1eb2a0932eea79463163b04be140f18a3d39c904
Fixed the double byte bugs in SSTDeserializer. Testcases provided in bugs 15556 and 22742 now work.

Patch for the rel 2.0 branch will follow shortly.

PR: 15556, 22742
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353395 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/hssf/record/SSTDeserializer.java
src/java/org/apache/poi/hssf/record/SSTRecord.java
src/testcases/org/apache/poi/hssf/record/TestSSTDeserializer.java
src/testcases/org/apache/poi/hssf/record/TestSSTRecord.java