java/sql-dk/src/info/globalcode/sql/dk/formatting/FormatterContext.java
branchv_0
changeset 155 eb3676c6929b
parent 104 245f1b88a3e6
equal deleted inserted replaced
154:016836529e6c 155:eb3676c6929b
    19 
    19 
    20 import info.globalcode.sql.dk.configuration.Properties;
    20 import info.globalcode.sql.dk.configuration.Properties;
    21 import java.io.OutputStream;
    21 import java.io.OutputStream;
    22 
    22 
    23 /**
    23 /**
       
    24  * To be passed from the SQL-DK core to the formatter.
    24  *
    25  *
    25  * @author Ing. František Kučera (frantovo.cz)
    26  * @author Ing. František Kučera (frantovo.cz)
    26  */
    27  */
    27 public class FormatterContext {
    28 public class FormatterContext {
    28 
    29