kwin commented on a change in pull request #14:
URL:
https://github.com/apache/sling-org-apache-sling-testing-osgi-mock/pull/14#discussion_r756070321
##########
File path:
core/src/main/java/org/apache/sling/testing/mock/osgi/MockBundleContext.java
##########
@@ -455,13 +455,19 @@ public File getDataFile(final String path) {
public void shutdown() {
List<MockServiceRegistration> reversedRegisteredServices = new
ArrayList<>(registeredServices);
Collections.reverse(reversedRegisteredServices);
+ Set<Object> shutdownInnstances = new HashSet<>();
Review comment:
typo: shutdownInnstances -> shutdownInstances
I would prefer a name like `deactivatedComponents`
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]