]> source.dussan.org Git - poi.git/commit
Don't unnecessarily convert from ArrayList to array, use the ArrayList directly inste...
authorDominik Stadler <centic@apache.org>
Tue, 31 Dec 2013 15:11:59 +0000 (15:11 +0000)
committerDominik Stadler <centic@apache.org>
Tue, 31 Dec 2013 15:11:59 +0000 (15:11 +0000)
commit2c7fff15e190c17c5a361e542d222d099b353122
treec9ea1c95b4049b8944f89cec4712f04f59230e89
parent63e84bd79d4572f3e4201758127fb725bd0f0661
Don't unnecessarily convert from ArrayList to array, use the ArrayList directly instead, this speeds up BiffViewer and related unit tests

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1554534 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/hssf/dev/BiffViewer.java