protected void tableCaption()

in src/main/java/org/apache/maven/reporting/AbstractMavenReportRenderer.java [293:299]


    protected void tableCaption(String caption) {
        sink.tableCaption();

        text(caption);

        sink.tableCaption_();
    }