delei commented on code in PR #777:
URL: https://github.com/apache/fesod/pull/777#discussion_r2667962320


##########
fesod-sheet/src/main/java/org/apache/fesod/sheet/read/builder/CsvReaderBuilder.java:
##########
@@ -138,7 +138,7 @@ private ExcelReader buildExcelReader() {
 
     public void doRead() {
         if (this.readWorkbook == null) {
-            throw new ExcelGenerateException("Must use 
'FastExcelFactory.read().csv()' to call this method");
+            throw new ExcelGenerateException("Must use 
'FesodSheet.read().csv()' to call this method");

Review Comment:
   :smile: Was this an accidental operation? Why are there code modifications 
included in this PR?



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