joerghoh commented on code in PR #135:
URL:
https://github.com/apache/sling-org-apache-sling-resourceresolver/pull/135#discussion_r1926947540
##########
src/test/java/org/apache/sling/resourceresolver/impl/mapping/VanityPathMapEntriesTest.java:
##########
@@ -1162,26 +1167,28 @@ public void test_getMapEntryList() throws Exception {
});
Method method =
-
MapEntries.class.getDeclaredMethod("getMapEntryList",String.class);
+ MapEntries.class.getDeclaredMethod("getMapEntryList",
String.class);
method.setAccessible(true);
method.invoke(mapEntries, "/target/justVanityPath");
+ int expected = 2;
Review Comment:
Nitpick:
```suggestion
final int expected = 2;
```
--
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]