public void finished()

in src/main/java/org/apache/sling/rewriter/impl/RewriterResponse.java [136:141]


    public void finished(final boolean errorOccured) throws IOException {
        if ( this.processor != null ) {
            this.processor.finished(errorOccured);
            this.processor = null;
        }
    }