kwin commented on code in PR #629:
URL: https://github.com/apache/jackrabbit-oak/pull/629#discussion_r943393938


##########
oak-store-composite/src/main/java/org/apache/jackrabbit/oak/composite/checks/ErrorHolder.java:
##########
@@ -27,16 +27,16 @@ class ErrorHolder {
     private static final int FAIL_IMMEDIATELY_THRESHOLD = 100;
     private final List<String> errors = new ArrayList<>();
     
-    public void report(MountedNodeStore mountedStore, String path, String 
error) {
-        errors.add(String.format("For NodeStore mount %s, path %s, encountered 
the following problem: '%s'", mountedStore.getMount().getName(), path, error));
+    public void report(MountedNodeStore mountedStore, String path, String 
error, MountedNodeStoreChecker<?> checker) {

Review Comment:
   Sorry for the noise, ErrorHolder is package -private



-- 
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]

Reply via email to