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