-
Bug
-
Resolution: Done
-
Minor
-
5.1.4.FINAL
-
None
Javadoc currently reads: "Returns the parent node. If this is the root node, this method returns <code>null</code>.".
Actually, if invoked on root node itreturns itself. This behaviour is consistent with JBoss Cache and has to be maintained for legacy compatibility. Javadoc must be fixed to reflect this.