nva commented on a change in pull request #6185: IGNITE-11386 Actualized 
configuration of local event listeners.
URL: https://github.com/apache/ignite/pull/6185#discussion_r260618871
 
 

 ##########
 File path: 
modules/web-console/frontend/app/configuration/generator/generator/JavaTransformer.service.js
 ##########
 @@ -837,6 +847,18 @@ export default class IgniteJavaTransformer extends 
AbstractTransformer {
                         imports.push(`${grp.class}.${grp.value}`);
                     });
 
+                    break;
+
+                case 'MAP':
+                    if (prop.valClsNameShow === 'ARRAY_EVENTS') {
+                        _.forEach(prop.entries, (lnr) => {
+                            _.forEach(lnr.eventTypes, (type) => {
+                                console.log(type);
 
 Review comment:
   console.log should be removed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to