[
https://issues.apache.org/jira/browse/CLK-696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12880082#action_12880082
]
Adrian A. commented on CLK-696:
-------------------------------
> I also suggest we leave WebappResourceLoader as-is since it was copied from
> Velocity and will complicate tracking changes.
+1.
Unless we need our own customized version, it's simpler to track changes if
it's kept unmodified.
> Also what is the difference between Map<String, Object> and Map<String, ?>
> CayenneTemplate uses this notation so I'm curious what are the advantages of
> that?
The wildcard '?' is of "any type" so it's more than just 'Object'.
e.g. a better explanation here:
http://tutorials.jenkov.com/java-generics/wildcards.html
> Use typesafe collection
> -----------------------
>
> Key: CLK-696
> URL: https://issues.apache.org/jira/browse/CLK-696
> Project: Click
> Issue Type: Improvement
> Components: core, extras
> Reporter: Finn Bock
> Assignee: Finn Bock
> Priority: Minor
>
> In CLK-633, the API was upgraded to use type safe collections. The remaining
> internal parts of Click should also be upgraded.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.