rombert commented on code in PR #68:
URL: 
https://github.com/apache/sling-org-apache-sling-api/pull/68#discussion_r2470271160


##########
src/main/java/org/apache/sling/api/request/RequestPathInfo.java:
##########
@@ -167,8 +170,8 @@ public interface RequestPathInfo {
     String getResourcePath();
 
     /**
-     * Returns the extension from the URL or <code>null</code> if the request
-     * URL does not contain an extension.
+     * Returns the extension without the leading dot from the URL or 
<code>null</code> if the request
+     * URL does not contain an extension (i.e. no dot not associated with a 
resource name).

Review Comment:
   Maybe "no dot that is not associated" ? It's not necessarily using the 
negation twice that throws me off but that they're so close to each other.



-- 
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]

Reply via email to