>
> - Project project =
> api.getProjectApi().get(Iterables.get(Splitter.on("@").split(in.identity),
> 0));
> + String projectName =
> Iterables.get(Splitter.on("@").split(in.identity), 0);
> + projectName =
> Iterables.get(Splitter.on("-").split(projectName), 0);
Thanks for the explanation, @ahgittin! Any thoughts on how to avoid splitting
on the "wrong" `-` if the project ID happens to contain one as well..?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/9/files#r7392710