pjfanning commented on a change in pull request #234:
URL: https://github.com/apache/poi/pull/234#discussion_r614419892
##########
File path: poi/src/main/java/org/apache/poi/ss/format/CellDateFormatter.java
##########
@@ -96,6 +96,10 @@ public String handlePart(Matcher m, String part,
CellFormatType type,
mStart = -1;
if (part.length() == 3)
part = "yyyy";
+ // tweak the format pattern to pass tests on JDK 1.7,
Review comment:
we don't support jdk1.7
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]