src/main/java/xelfi/compiler/OutputCallback.java
changeset 9 c2fdec0483a7
parent 0 189280700bc7
     1.1 --- a/src/main/java/xelfi/compiler/OutputCallback.java	Tue Jan 17 19:59:12 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