SPI: change param order with RepositoryService.createBatch
----------------------------------------------------------
Key: JCR-1027
URL: https://issues.apache.org/jira/browse/JCR-1027
Project: Jackrabbit
Issue Type: Improvement
Components: SPI
Reporter: angela
Assignee: angela
all methods on RepositoryService that require a SessionInfo list the info as
first parameter, except for
RepositoryService.createBatch(ItemId, SessionInfo)
unless someone objects i would refacter the method signature for consistency
reasons.
new:
RepositoryService.createBatch(SessionInfo, ItemId)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.