public Cloud getCloud() throws JspTagException {
        return getCloudWeblogic();
    }
    public Cloud getCloudWeblogic() throws JspTagException {
        return findCloudProvider().getCloudVar();
    }

I don't see the distinction. What is wrong with :

public Cloud getCloud() throws JspTagException {
    return findCloudProvider().getCloudVar();
}



--
Pierre van Rooden
Mediapark, C 107 tel. +31 (0)35 6772815
"Never summon anything bigger than your head."




Reply via email to