atomos.utils/atomos.utils.substrate.impl/src/main/java/org/apache/felix/atomos/utils/substrate/impl/json/ReflectJsonUtil.java [108:117]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                Collectors.joining("\",\""));
                        if (!types.isEmpty())
                        {
                            types = "\"" + types + "\"";
                        }
                        builder.append(COMMA_SPACE).append(
                            String.format(PARAMETER_TYPE, types));
                    }
                    builder.append("}");
                });
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



atomos.utils/atomos.utils.substrate.impl/src/main/java/org/apache/felix/atomos/utils/substrate/impl/json/ReflectJsonUtil.java [128:137]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                Collectors.joining("\",\""));
                        if (!types.isEmpty())
                        {
                            types = "\"" + types + "\"";
                        }
                        builder.append(COMMA_SPACE).append(
                            String.format(PARAMETER_TYPE, types));
                    }
                    builder.append("}");
                });
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



