emmanueldufour commented on code in PR #973:
URL: https://github.com/apache/poi/pull/973#discussion_r2626384076


##########
poi-ooxml/src/main/java/org/apache/poi/xddf/usermodel/chart/XDDFDataSourcesFactory.java:
##########
@@ -439,6 +439,7 @@ enum Type {
                public final Type type;
 
                public XDDFCategoryDataSourceImpl(CTAxDataSource categoryDS) {
+                       this.categoryDS=categoryDS;

Review Comment:
   you mean just around this = sign ?
   



-- 
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]

Reply via email to