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


##########
oak-jcr/src/main/java/org/apache/jackrabbit/oak/jcr/observation/EventFactory.java:
##########
@@ -242,18 +242,18 @@ private abstract class EventImpl implements 
JackrabbitEvent {
         /**
          * Path of the parent node of the item this event is about.
          */
-        private final String parent;
+        private final String parentPath;
 
         /**
          * Name of the item this event is about.
          */
-        protected final String name;
+        protected final String itemPath;

Review Comment:
   This contradicts the description in the javadoc.



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

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

Reply via email to