]> source.dussan.org Git - poi.git/commitdiff
-warning
authorSergey Vladimirov <sergey@apache.org>
Sun, 2 Oct 2011 08:58:21 +0000 (08:58 +0000)
committerSergey Vladimirov <sergey@apache.org>
Sun, 2 Oct 2011 08:58:21 +0000 (08:58 +0000)
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

index 3fb13af81a54caca08a9ae299c8e29fd39b3dba4..2604cbe32437ef854bb64691203c936d2ea3799b 100644 (file)
@@ -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<Section>();
         sections.add(new MutableSection());
     }