public ExecuteResponse()

in src/main/java/org/apache/freemarker/onlinetester/model/ExecuteResponse.java [29:33]


    public ExecuteResponse(String result, List<ExecuteResponseProblem> problems, boolean truncatedResult) {
        this.result = result;
        this.problems = problems;
        this.truncatedResult = truncatedResult;
    }