tmf: Fix usage of readNode() method in HistoryTree
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Tue, 21 Jan 2014 19:58:02 +0000 (14:58 -0500)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Tue, 21 Jan 2014 23:20:23 +0000 (18:20 -0500)
commit83c31d28bda049737d25cad9f0186a742b3bde5f
tree7243a83998d49720ab9224ede86e4648bb2af037
parentc3c783f6fa4854f21df26425ded7b1bf15882d43
tmf: Fix usage of readNode() method in HistoryTree

Small fix to 726106b, the optimization to not look into the branch
in memory (when looking for a HTNode) should only be done when we
know the node is not in memory. The general case should use the
method from HistoryTree itself.

Change-Id: I3ce114f7f84f14f2dc892c400ab6aa768bab18fc
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/20902
Tested-by: Hudson CI
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/internal/tmf/core/statesystem/backends/historytree/HistoryTree.java
This page took 0.02609 seconds and 5 git commands to generate.