olamy commented on code in PR #110:
URL: 
https://github.com/apache/maven-build-cache-extension/pull/110#discussion_r1401411398


##########
src/main/java/org/apache/maven/buildcache/CacheControllerImpl.java:
##########
@@ -503,6 +503,7 @@ public void save(
                     }
                 }
             } else {
+                localCache.beforeSave(context);

Review Comment:
   as this will done for both if and else maybe better to write this only once 
before the if?



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