> @@ -163,11 +163,11 @@ public void alreadyCreated() throws Exception { > /** upper-cases first char, and lower-cases rest!! **/ > public void getKnowingServerMessesWithMetadataKeyCaseFormat() throws > Exception { > MockWebServer server = mockOpenStackServer(); > - server.enqueue(new MockResponse().setBody(accessRackspace)); > - server.enqueue(containerResponse() // > + server.enqueue(addCommonHeaders(new > MockResponse().setBody(stringFromResource("/access.json")))); > + server.enqueue(addCommonHeaders(containerResponse() //
@demobox @everett-toews I know that someone had put together an Eclipse formatter config a while back to. Do you know where that is by chance? I have no problem removing these trailing double-slashes when I find them in the code going forward. Where do you suggest starting a best practices/coding conventions document? Wiki? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-openstack/pull/73/files#r8948355