public DateBean()

in src/main/java/org/apache/maven/plugins/pdf/DateBean.java [66:68]


    public DateBean() {
        this(new Date());
    }