component-dsl/src/main/java/org/apache/aries/component/dsl/internal/BaseOSGiImpl.java [139:147]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                        OSGiResult terminator = terminators.get(t).get(f);

                                        return terminator.update();
                                    }).reduce(
                                        Boolean.FALSE, Boolean::logicalOr
                                    );
                                }
                            }
                        );
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



component-dsl/src/main/java/org/apache/aries/component/dsl/internal/BaseOSGiImpl.java [180:188]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                                        OSGiResult terminator = terminators.get(t).get(f);

                                        return terminator.update();
                                    }).reduce(
                                        Boolean.FALSE, Boolean::logicalOr
                                    );
                                }
                            }
                        );
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



