static

in service/src/main/java/org/apache/fineract/cn/reporting/service/spi/CriteriaBuilder.java [36:44]


  static {
    // TODO move this code into bean
    try {
      ENCODER = ESAPI.encoder();
      MY_SQL_CODEC = new MySQLCodec(MySQLCodec.Mode.ANSI);
    } catch(final Exception e) {
      System.out.println(e.getMessage());
    }
  }