Skip to content

Commit 8b29490

Browse files
GOODBOY008Copilot
andcommitted
Update fesod/src/main/java/org/apache/fesod/sheet/FastExcelFactory.java
Co-authored-by: Copilot <[email protected]>
1 parent 3a3b677 commit 8b29490

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fesod/src/main/java/org/apache/fesod/sheet/FastExcelFactory.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
*
2828
* <h3>Migration Guide</h3>
2929
* <p>Replace all occurrences of {@code FastExcelFactory} with {@code FesodSheet} in your codebase:
30-
*¡
30+
*
3131
* <table border="1">
3232
* <caption>Migration Examples</caption>
3333
* <tr>
3434
* <th>Old Code (Deprecated)</th>
35-
* <th>New Code (Recommended)</th>¡
35+
* <th>New Code (Recommended)</th>
3636
* </tr>
3737
* <tr>
3838
* <td>{@code FastExcelFactory.read(inputStream, DemoData.class, listener)}</td>

0 commit comments

Comments
 (0)