fpapon commented on a change in pull request #92: Fix for Jira UNOMI-238
URL: https://github.com/apache/unomi/pull/92#discussion_r302919862
 
 

 ##########
 File path: 
services/src/main/java/org/apache/unomi/services/services/ProfileServiceImpl.java
 ##########
 @@ -997,6 +997,9 @@ public void bundleChanged(BundleEvent event) {
     private boolean merge(Map<String, Object> target, Map<String, Object> 
object) {
         boolean changed = false;
         for (Map.Entry<String, Object> newEntry : object.entrySet()) {
+
+            String packageName = 
newEntry.getValue().getClass().getPackage().getName();
 
 Review comment:
   Great ;) Thanks for your PR!

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to