]> source.dussan.org Git - poi.git/commit
#64036 - Replace reflection calls in factories for Java 9+
authorAndreas Beeker <kiwiwings@apache.org>
Sun, 16 Aug 2020 14:32:54 +0000 (14:32 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Sun, 16 Aug 2020 14:32:54 +0000 (14:32 +0000)
commit99d53d932f707cf9c2e7a64b07418fbb077f1408
treeab5822d9b619fef3c344b95a2a18f0c2ae36d87f
parent607b554e5fd062f08779171960e202ad3ba0bd3d
#64036 - Replace reflection calls in factories for Java 9+
migrated XDGF factories

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1880900 13f79535-47bb-0310-9956-ffa450edef68
src/ooxml/java/org/apache/poi/xdgf/usermodel/section/GeometryRowTypes.java [new file with mode: 0644]
src/ooxml/java/org/apache/poi/xdgf/usermodel/section/GeometrySection.java
src/ooxml/java/org/apache/poi/xdgf/usermodel/section/XDGFSection.java
src/ooxml/java/org/apache/poi/xdgf/usermodel/section/XDGFSectionTypes.java [new file with mode: 0644]
src/ooxml/java/org/apache/poi/xdgf/usermodel/section/geometry/GeometryRowFactory.java [deleted file]
src/ooxml/java/org/apache/poi/xdgf/util/ObjectFactory.java [deleted file]