cdi-extender/src/main/java/org/apache/aries/cdi/container/internal/model/FactoryComponent.java [72:92]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
					);

					try {
						return result.getValue();
					}
					catch (InvocationTargetException | InterruptedException e) {
						return Throw.exception(e);
					}
				}
			);

			containerState.containerDTO().components.remove(_snapshot);

			_snapshot = null;

			return true;
		}
	}

	@Override
	public Op closeOp() {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



cdi-extender/src/main/java/org/apache/aries/cdi/container/internal/model/SingleComponent.java [72:92]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
					);

					try {
						return result.getValue();
					}
					catch (InvocationTargetException | InterruptedException e) {
						return Throw.exception(e);
					}
				}
			);

			containerState.containerDTO().components.remove(_snapshot);

			_snapshot = null;

			return true;
		}
	}

	@Override
	public Op closeOp() {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



