mirsilstan commented on code in PR #40: URL: https://github.com/apache/sling-org-apache-sling-event/pull/40#discussion_r2032610134
########## src/main/java/org/apache/sling/event/impl/support/PropertyNameAndOperationExtractor.java: ########## @@ -0,0 +1,37 @@ +package org.apache.sling.event.impl.support; + +public class PropertyNameAndOperationExtractor { + public PropertyNameAndOperation extractPropertyNameAndOperation(String key) { Review Comment: I removed all extra classes, please see comment below. -- 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-unsubscr...@sling.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org