]> source.dussan.org Git - poi.git/commit
sometimes there is a lag between text pieces; for example
authorSergey Vladimirov <sergey@apache.org>
Tue, 5 Jul 2011 03:03:53 +0000 (03:03 +0000)
committerSergey Vladimirov <sergey@apache.org>
Tue, 5 Jul 2011 03:03:53 +0000 (03:03 +0000)
commit4cef310bd368f705586cf3936ce900eb849c6031
treefd563a14bff1adb396194f8544bc2226e052fefe
parent8567b6985868c27f43d65414b26992fceb4f2695
sometimes there is a lag between text pieces; for example
[0; 2), [2; 4), [6,8)
previous implementation correctly calculates next(2)=>2, but incorrectly next(4)=>4 (need to be 6).

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1142881 13f79535-47bb-0310-9956-ffa450edef68
src/scratchpad/src/org/apache/poi/hwpf/model/TextPieceTable.java