public void setRefid()

in src/main/java/org/apache/maven/resolver/internal/ant/types/Proxy.java [57:68]


    public void setRefid( Reference ref )
    {
        if ( host != null || port != 0 || type != null || nonProxyHosts != null )
        {
            throw tooManyAttributes();
        }
        if ( authentication != null )
        {
            throw noChildrenAllowed();
        }
        super.setRefid( ref );
    }