java/sql-dk/src/info/globalcode/sql/dk/formatting/AbstractFormatter.java
branchv_0
changeset 155 eb3676c6929b
parent 142 da1e38386d84
     1.1 --- a/java/sql-dk/src/info/globalcode/sql/dk/formatting/AbstractFormatter.java	Fri Jan 10 20:13:16 2014 +0100
     1.2 +++ b/java/sql-dk/src/info/globalcode/sql/dk/formatting/AbstractFormatter.java	Fri Jan 10 23:21:28 2014 +0100
     1.3 @@ -25,6 +25,11 @@
     1.4  import java.util.Stack;
     1.5  
     1.6  /**
     1.7 + * <ol>
     1.8 + * <li>ensures integrity – if methods are called in correct order and context</li>
     1.9 + * <li>provides default implmentations of methods that does not produce any output for given
    1.10 + * events</li>
    1.11 + * </ol>
    1.12   *
    1.13   * @author Ing. František Kučera (frantovo.cz)
    1.14   */