[patch] Fix overly specific casting in core
-------------------------------------------
Key: JCR-2435
URL: https://issues.apache.org/jira/browse/JCR-2435
Project: Jackrabbit Content Repository
Issue Type: Improvement
Components: jackrabbit-core
Affects Versions: 2.0-beta3
Reporter: Dave Brosius
Priority: Trivial
Fix For: 2.0-beta4
several places in core, casts are made to overly concrete classes when,
interfaces are only needed. Doing so ties the algorithms to specific
implementations, unnecessarily. patch fixes these.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.