> @@ -367,6 +367,7 @@ protected UsageRecord(String id, @Nullable String
> description, @Nullable String
> this.usageType = usageType;
> }
>
> + @Nullable
> public String getId() {
What I usually do is to create another branch based on this one, then rebase
both branches on master and keep on the commits relevant to each issue. More
details here:
http://git-scm.com/book/en/Git-Branching-Rebasing
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/124/files#r6371187