]> source.dussan.org Git - poi.git/commit
Replace the incompatible new interface method endSheet() with a Java 8 default method...
authorDominik Stadler <centic@apache.org>
Mon, 25 Sep 2017 14:45:14 +0000 (14:45 +0000)
committerDominik Stadler <centic@apache.org>
Mon, 25 Sep 2017 14:45:14 +0000 (14:45 +0000)
commitee993f163d5954de54bde942c70e4fd361f09968
tree3021307bdc1bb3b803a12e00a281888783f7ac1f
parentbf6cd20f10d6a6962ab5da483fea9c30aa80ea5b
Replace the incompatible new interface method endSheet() with a Java 8 default method so existing implementations do not need to be adjusted. Also use this for headerFooter() and remove the empty implementations that are now obsolete.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1809635 13f79535-47bb-0310-9956-ffa450edef68
src/examples/src/org/apache/poi/xssf/eventusermodel/XLSX2CSV.java
src/examples/src/org/apache/poi/xssf/streaming/examples/HybridStreaming.java
src/ooxml/java/org/apache/poi/xssf/eventusermodel/XSSFSheetXMLHandler.java
src/ooxml/java/org/apache/poi/xssf/extractor/XSSFEventBasedExcelExtractor.java