> +import com.vmware.vim25.mo.ScheduledTaskManager; > +import com.vmware.vim25.mo.ServerConnection; > +import com.vmware.vim25.mo.SessionManager; > +import com.vmware.vim25.mo.TaskManager; > +import com.vmware.vim25.mo.ViewManager; > +import com.vmware.vim25.mo.VirtualDiskManager; > +import org.jclouds.rest.annotations.Delegate; > + > +import java.io.Closeable; > + > +/** > + * Provides access to vSphere resources via their REST API. > + * <p/> > + * > + * @see <a > href="https://communities.vmware.com/community/vmtn/developer/forums/vspherewebsdk" > /> > + * based on Andrea Turli work.
Agree. We could remove the references to Andrea from the javadoc and add a note in the commit message when it comes to merge the PR. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/61/files#r14230119
