> +import com.google.common.collect.ImmutableSet; > + > +import java.beans.ConstructorProperties; > +import java.net.URI; > +import java.util.Date; > +import java.util.Set; > + > +import static com.google.common.base.Objects.equal; > +import static com.google.common.base.Optional.fromNullable; > +import static com.google.common.base.Preconditions.checkNotNull; > + > +/** > + * Represents an TargetPool resource. > + * > + * @author Andrea Turli > + * @see <a > href="https://developers.google.com/compute/docs/reference/latest/targetPools#resource"/>
Remove external URLs from Javadoc --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-google/pull/22/files#r18015239
