pjfanning commented on code in PR #596:
URL: https://github.com/apache/poi/pull/596#discussion_r1494489151


##########
poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFChart.java:
##########
@@ -113,7 +113,7 @@ private HSSFChart(HSSFSheet sheet, ChartRecord chartRecord) 
{
     public void createBarChart( HSSFWorkbook workbook, HSSFSheet parentSheet )
     {
 
-        List<org.apache.poi.hssf.record.Record> records = new ArrayList<>();
+        List<Record> records = new ArrayList<>();

Review Comment:
   this is needed - Java 14+ has a java.lang.Record and we need to 
differentiate our Record class



-- 
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: dev-unsubscr...@poi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to