jclouds / legacy-jclouds-labs

https://jclouds.apache.org
0 stars 18 forks source link

Remove async #96

Closed dkoper closed 11 years ago

buildhive commented 11 years ago

Adrian Cole » jclouds-labs #113 SUCCESS This pull request looks good (what's this?)

nacx commented 11 years ago

To let the context be properly closed when it is created using contextBuilder.buildApi(Api.class), all sync Api interfaces must be also Closeable.

dkoper commented 11 years ago

Addressed comments in different PR: https://github.com/jclouds/jclouds-labs/pull/94