joerghoh commented on code in PR #2511:
URL: https://github.com/apache/jackrabbit-oak/pull/2511#discussion_r2372917343
##########
oak-jcr/src/main/java/org/apache/jackrabbit/oak/jcr/observation/EventFactory.java:
##########
@@ -101,6 +103,17 @@ public int getType() {
builder.put("afterValue", createValue(after));
return Collections.unmodifiableMap(builder);
}
+ @Override
+ public Map<?,?> getInfo_ToString() {
Review Comment:
indeed, especially that more or less directly wires through to
Event.getInfo(), which is like this (thank you JCR 1.0 where generics were not
available yet):
```
Map getInfo();
```
--
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]