Use a List instead of a Set for listEvents()
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Wed, 1 Jun 2016 21:33:57 +0000 (17:33 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Wed, 1 Jun 2016 21:33:57 +0000 (17:33 -0400)
commit8f21b7d291f959184bdfecdce96f7b723c185cf4
tree862862dd19b12dcdf1dbba1be40e8a15fc4508c7
parent5ab95f21ee83d790871f64a501d0af4072329bc1
Use a List instead of a Set for listEvents()

This way it will catch if there incorrectly are duplicate events.

Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
lttng-tools-java/src/main/java/org/lttng/tools/ILttngSession.java
lttng-tools-java/src/main/java/org/lttng/tools/LttngCommandLineSession.java
lttng-ust-java-tests-common/src/main/java/org/lttng/ust/agent/integration/events/ListEventsITBase.java
This page took 0.022683 seconds and 4 git commands to generate.