]> 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)
commitdcc34ec84591af27b2822fe6f4e4ed2346398ca1
treec9ea1c95b4049b8944f89cec4712f04f59230e89
parentd83461c3fbd8884a1d67450046be643a197470db
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