Fix some invalid html in javadoc

This commit is contained in:
Fredrik Fornwall
2017-04-02 15:11:56 +02:00
parent eefd504f08
commit 1a9c38374c
4 changed files with 24 additions and 22 deletions

View File

@@ -4,7 +4,7 @@ import java.util.Arrays;
/**
* A row in a terminal, composed of a fixed number of cells.
* <p/>
* <p>
* The text in the row is stored in a char[] array, {@link #mText}, for quick access during rendering.
*/
public final class TerminalRow {