> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> +package org.jclouds.googlecomputeengine.domain;
> +
> +import static com.google.common.base.Preconditions.checkArgument;
> +import static com.google.common.base.Preconditions.checkNotNull;
> +
> +import com.google.common.base.Objects;
> +import com.google.common.base.Splitter;
> +import com.google.common.collect.Iterables;
> +
> +/**
> + * @author Adam Lowe
> + */
> +public class SlashEncodedIds {Feels weird as part of the domain model? If the representation changed tomorrow, would you expect the domain model to be updated, too? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/16/files#r5362637
