tmf: Change IAnalysisModule.getOutputs to return an Iterable
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 17 Jan 2014 21:59:57 +0000 (16:59 -0500)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Mon, 20 Jan 2014 19:50:03 +0000 (14:50 -0500)
commitd981055575bc42984a8a806e4624a5f0972c32e3
tree26df74d151df4fc899d0b7b05641bbdb18a22559
parente5647f20a488c57417ba28d1c6ae64b8a5cdc4e4
tmf: Change IAnalysisModule.getOutputs to return an Iterable

instead of a List, there is nothing that forces storing the
outputs as a list.

Change-Id: Id0a7105a3e2cce118cc0d48558a85ed2f5f85b0e
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/20777
Tested-by: Hudson CI
Reviewed-by: Genevieve Bastien <gbastien+lttng@versatic.net>
IP-Clean: Genevieve Bastien <gbastien+lttng@versatic.net>
Tested-by: Genevieve Bastien <gbastien+lttng@versatic.net>
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/analysis/IAnalysisModule.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/analysis/TmfAbstractAnalysisModule.java
This page took 0.026343 seconds and 5 git commands to generate.