mirror of https://github.com/apache/jclouds.git
Merge pull request #130 from andrewgaul/restcontextimpl-typo
Fix typo in RestContextImpl.close
This commit is contained in:
commit
cb77fe63b7
|
@ -89,7 +89,7 @@ public class RestContextImpl<S, A> implements RestContext<S, A> {
|
|||
try {
|
||||
closer.close();
|
||||
} catch (IOException e) {
|
||||
logger.error(e, "error closing content");
|
||||
logger.error(e, "error closing context");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue