You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "kwin (via GitHub)" <gi...@apache.org> on 2023/04/18 08:11:17 UTC

[GitHub] [jackrabbit-filevault] kwin commented on a diff in pull request #288: JCRVLT-697: count moves of stashed child nodes towards autosave limit

kwin commented on code in PR #288:
URL: https://github.com/apache/jackrabbit-filevault/pull/288#discussion_r1169659222


##########
vault-core/src/main/java/org/apache/jackrabbit/vault/fs/api/ImportInfo.java:
##########
@@ -51,6 +51,14 @@ public interface ImportInfo {
      */
     void onCreated(String path);
 
+    /**
+     * Marks that the child node at {@code path} was moved due to stashing.
+     * @param path the path
+     */

Review Comment:
   Can you add a `@since` tag



-- 
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: dev-unsubscribe@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org