-warning
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1178154 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b170936050
commit
669c8f4362
@ -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());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user