# HG changeset patch # User Jaroslav Tulach # Date 1484683918 -3600 # Node ID c2fdec0483a75baf8c42af5d51f7f03fa7dad262 # Parent 09cacfcd32fd51411282f307c37ad06a4cc43307 Removing non-UTF character diff -r 09cacfcd32fd -r c2fdec0483a7 src/main/java/xelfi/compiler/OutputCallback.java --- a/src/main/java/xelfi/compiler/OutputCallback.java Tue Jan 17 21:11:27 2017 +0100 +++ b/src/main/java/xelfi/compiler/OutputCallback.java Tue Jan 17 21:11:58 2017 +0100 @@ -13,7 +13,7 @@ void action(int index); /** String is cleared from the output - @param index id of the text item. It is returned by the outLine method of Output */ + @param index id of the text item. It is returned by the outLine method of Output */ void clear(int index); }