AREA/CLASS/EXAMPLE AFFECTED:
edu.uci.ics.jung.graph.DelegateForest
SYNOPSIS:
Wrong javadoc for DelegateForest.getPath(...) in jung 2.0.1
DESCRIPTION:
The javadoc for DelegateForest.getPath(...) does not fit to the implementation. The javadoc describes, that the path is returned from root to child, but the implementation returns it from child to root.