tyge68 commented on a change in pull request #2: SLING-9200 Adding a global
timeout for waitForSystemStartup
URL:
https://github.com/apache/sling-org-apache-sling-junit-core/pull/2#discussion_r392850097
##########
File path: src/main/java/org/apache/sling/junit/impl/TestsManagerImpl.java
##########
@@ -162,7 +171,7 @@ public void clearCaches() {
result.add(test);
}
}
- log.debug("{} selected {} tests out of {}", new Object[] {
selector, result.size(), allTests.size() });
+ log.debug("{} selected {} tests out of {}", selector,
result.size(), allTests.size());
Review comment:
suggested by sonarlint
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services