From: Nick Burch Date: Thu, 28 Jan 2010 12:28:29 +0000 (+0000) Subject: Add a disabled test for bug #44501, which still remains, plus fix a generics warning X-Git-Tag: REL_3_7_BETA1~111 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=47c7d08456779e2be5392814d4a6dc70e7a9a78e;p=poi.git Add a disabled test for bug #44501, which still remains, plus fix a generics warning git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@904062 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/scratchpad/src/org/apache/poi/hdgf/chunks/Chunk.java b/src/scratchpad/src/org/apache/poi/hdgf/chunks/Chunk.java index 595ca9ad92..fc880d5db3 100644 --- a/src/scratchpad/src/org/apache/poi/hdgf/chunks/Chunk.java +++ b/src/scratchpad/src/org/apache/poi/hdgf/chunks/Chunk.java @@ -116,7 +116,7 @@ public final class Chunk { // Loop over the definitions, building the commands // and getting their values - ArrayList commands = new ArrayList(); + ArrayList commands = new ArrayList(); for(int i=0; i