joerghoh commented on code in PR #40:
URL:
https://github.com/apache/sling-org-apache-sling-event/pull/40#discussion_r2031610401
##########
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 would convert this into a static method, then you won't need to invoke the
constructor anymore.
--
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]