src/main/java/org/apache/sling/scripting/core/impl/helper/OnDemandWriter.java [80:87]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public void flush() throws IOException {
        synchronized (lock) {
            Writer writer = delegatee;
            if (writer != null) {
                writer.flush();
            }
        }
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/org/apache/sling/scripting/core/impl/helper/OnDemandWriterJakarta.java [80:87]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public void flush() throws IOException {
        synchronized (lock) {
            Writer writer = delegatee;
            if (writer != null) {
                writer.flush();
            }
        }
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



