From d0262cc7c47fdfc289f5a09bdddc8cc602378102 Mon Sep 17 00:00:00 2001 From: Sergey Vladimirov Date: Sun, 2 Oct 2011 08:58:21 +0000 Subject: [PATCH] -warning git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178154 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/poi/hpsf/MutablePropertySet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/org/apache/poi/hpsf/MutablePropertySet.java b/src/java/org/apache/poi/hpsf/MutablePropertySet.java index 3fb13af81a..2604cbe324 100644 --- a/src/java/org/apache/poi/hpsf/MutablePropertySet.java +++ b/src/java/org/apache/poi/hpsf/MutablePropertySet.java @@ -67,7 +67,7 @@ public class MutablePropertySet extends PropertySet /* Initialize the sections. Since property set must have at least * one section it is added right here. */ - sections = new LinkedList(); + sections = new LinkedList
(); sections.add(new MutableSection()); } -- 2.39.5