angela created OAK-199:
--------------------------
Summary: KernelNodeStore defines 2 access methods for the
CommitEditor
Key: OAK-199
URL: https://issues.apache.org/jira/browse/OAK-199
Project: Jackrabbit Oak
Issue Type: Improvement
Reporter: angela
Priority: Minor
the KernelNodeStore defines redundant access methods for the
commitEditor field:
public CommitEditor getEditor()
CommitEditor getCommitEditor()
since there is also a public method to set the CommitEditor i assume
that the public getter was the intended one despite the fact that it
is not used within the code.
if nobody objects i would remove the second method and replace the
single usage of it with the public method.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira