You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by GitBox <gi...@apache.org> on 2020/06/25 14:43:49 UTC

[GitHub] [unomi] pmi commented on a change in pull request #168: UNOMI-346 Analyze/study event type registration system

pmi commented on a change in pull request #168:
URL: https://github.com/apache/unomi/pull/168#discussion_r445612672



##########
File path: services/src/main/java/org/apache/unomi/services/impl/definitions/DefinitionsServiceImpl.java
##########
@@ -160,7 +170,7 @@ private void processBundleStop(BundleContext bundleContext) {
         if (bundleContext == null) {
             return;
         }
-        List<PluginType> types = pluginTypes.get(bundleContext.getBundle().getBundleId());
+        List<PluginType> types = pluginTypes.remove(bundleContext.getBundle().getBundleId());

Review comment:
       That was done by you in UNOMI-286 that I based my work on, so I can only guess :)




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org