BuZZ-dEE commented on a change in pull request #36:
URL: https://github.com/apache/openwebbeans/pull/36#discussion_r703655854
##########
File path:
webbeans-tomcat7/src/main/java/org/apache/webbeans/web/tomcat7/TomcatInstanceManager.java
##########
@@ -60,10 +60,15 @@ public void destroyInstance(Object instance) throws
IllegalAccessException, Invo
}
catch (Exception e)
{
- log.error("Erros is occured while destroying the OpenWebBeans
injector instance", e);
+ log.error("Error is occured while destroying the OpenWebBeans
injector instance", e);
}
}
this.processor.destroyInstance(instance);
+ this.objects.remove(instance);
Review comment:
ok, replaced get.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]