public void setHttpFollowRedirect()

in src/main/java/org/apache/maven/plugins/linkcheck/LinkcheckReportGenerator.java [100:103]


    public void setHttpFollowRedirect( boolean httpFollowRedirect )
    {
        this.httpFollowRedirect = httpFollowRedirect;
    }