kwin commented on code in PR #36:
URL:
https://github.com/apache/sling-org-apache-sling-jcr-resource/pull/36#discussion_r965143914
##########
src/main/java/org/apache/sling/jcr/resource/internal/JcrValueMap.java:
##########
@@ -85,12 +85,19 @@ protected String checkKey(final String key) {
/**
* @see org.apache.sling.api.resource.ValueMap#get(java.lang.String,
java.lang.Class)
+ *
+ * Note: The {type} parameter is marked as @NonNull in the API
documentation, but
+ * https://issues.apache.org/jira/browse/SLING-11567 it got obvious that
this assumption
Review Comment:
invalid javadoc, rather `{code type}`
--
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]