git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178154 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sergey Vladimirov 2011-10-02 08:58:21 +00:00
parent b170936050
commit 669c8f4362

View 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());
}