Skip to content

Commit a5109cb

Browse files
javier-godoypaodb
authored andcommitted
docs: fix javadoc warnings
Close #94
1 parent 75f2ba8 commit a5109cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/flowingcode/vaadin/addons/xterm/ITerminal.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ public interface ITerminal extends Serializable {
109109
* @param data The data to write to the terminal. This can either be raw bytes given as Uint8Array
110110
* from the pty or a string. Raw bytes will always be treated as UTF-8 encoded, string data as
111111
* UTF-16.
112-
* @param callback Optional callback that fires when the data was processed by the parser.
113112
*/
114113
void writeln(String data);
115114

0 commit comments

Comments
 (0)