Skip to content

Commit e8d1923

Browse files
author
Olivier Chédru
committed
Fix javadoc
1 parent d78e0a0 commit e8d1923

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fastexcel-writer/src/main/java/org/dhatim/fastexcel/Worksheet.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,8 +517,8 @@ public void finish() throws IOException {
517517
/**
518518
* Write all the rows currently in memory to the workbook's output stream.
519519
* Call this method periodically when working with huge data sets.
520-
* After calling {@link #flush()}, all the rows created so far become inaccessible.<br/>
521-
* Notes:<br/>
520+
* After calling {@link #flush()}, all the rows created so far become inaccessible.<br>
521+
* Notes:<br>
522522
* <ul>
523523
* <li>All columns must be defined before calling this method:
524524
* do not add or merge columns after calling {@link #flush()}.</li>

0 commit comments

Comments
 (0)