pjfanning commented on code in PR #1189:
URL: https://github.com/apache/poi/pull/1189#discussion_r3666316839
##########
poi-ooxml/src/main/java/org/apache/poi/xddf/usermodel/chart/XDDFDataSource.java:
##########
@@ -56,6 +56,14 @@ default String getFormula() {
String getFormatCode();
+ /**
+ * @return number format for the point, or {@code null} to use {@link
#getFormatCode()}
Review Comment:
I don't understand this comment. Does `null` indicate that you should use
`getFormatCode()` instead?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]