Clean up OrgClientExpectTest formatting

This commit is contained in:
Andrew Donald Kennedy 2012-02-06 12:45:33 +00:00 committed by danikov
parent d2dac74148
commit 2819a4a467
1 changed files with 0 additions and 1 deletions

View File

@ -102,7 +102,6 @@ public class OrgClientExpectTest extends BaseVCloudDirectorRestClientExpectTest
.href(URI.create("https://vcloudbeta.bluelock.com/api/vdc/d16d333b-e3c0-4176-845d-a5ee6392df07")) .href(URI.create("https://vcloudbeta.bluelock.com/api/vdc/d16d333b-e3c0-4176-845d-a5ee6392df07"))
.build()) .build())
.link(Link.builder() .link(Link.builder()
.rel("down")
.type("application/vnd.vmware.vcloud.tasksList+xml") .type("application/vnd.vmware.vcloud.tasksList+xml")
.href(URI.create("https://vcloudbeta.bluelock.com/api/tasksList/6f312e42-cd2b-488d-a2bb-97519cd57ed0")) .href(URI.create("https://vcloudbeta.bluelock.com/api/tasksList/6f312e42-cd2b-488d-a2bb-97519cd57ed0"))
.build()) .build())