Removing non-UTF character
authorJaroslav Tulach <jaroslav.tulach@xelfi.cz>
Tue, 17 Jan 2017 21:11:58 +0100
changeset 9c2fdec0483a7
parent 8 09cacfcd32fd
child 10 fe294d0f1297
child 13 334128dc6441
Removing non-UTF character
src/main/java/xelfi/compiler/OutputCallback.java
     1.1 --- a/src/main/java/xelfi/compiler/OutputCallback.java	Tue Jan 17 21:11:27 2017 +0100
     1.2 +++ b/src/main/java/xelfi/compiler/OutputCallback.java	Tue Jan 17 21:11:58 2017 +0100
     1.3 @@ -13,7 +13,7 @@
     1.4    void action(int index);
     1.5  
     1.6      /** String is cleared from the output 
     1.7 -      @param index id of the text item. It is  returned by the outLine method of Output */
     1.8 +      @param index id of the text item. It is  returned by the outLine method of Output */
     1.9    void clear(int index);
    1.10  }
    1.11