[PATCH] remove code stutter
---------------------------
Key: JCR-1417
URL: https://issues.apache.org/jira/browse/JCR-1417
Project: Jackrabbit
Issue Type: Improvement
Components: jackrabbit-jcr2spi
Affects Versions: core 1.4.1
Reporter: Dave Brosius
Priority: Trivial
Fix For: core 1.4.2
Method calls getQName for no reason
public String getName() throws RepositoryException {
checkStatus();
Name qName = getQName();
return session.getNameResolver().getJCRName(getQName());
}
patch fixes it.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.