tmf: Fix generics warning in ViewerCompoundComparator
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 7 Aug 2015 19:49:43 +0000 (15:49 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 7 Aug 2015 23:20:41 +0000 (19:20 -0400)
commit1bba26cfbb90bd6a5c65d25779cd47a4d1030b73
treef77eb00814bb8703a2aa995fe46f12dd23021c15
parent59b8da2d6370727c0d7f93744aba9259fb08cffe
tmf: Fix generics warning in ViewerCompoundComparator

We extend a class that uses Java 1.4 syntax, but in the 1.5+
world, Comparator takes a generic type.

Change-Id: Ie40c8ce4a22d6c1611d53d16dbb30d1f01e6ca22
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/53430
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
Tested-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-by: Hudson CI
tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/viewers/table/ViewerCompoundComparator.java
This page took 0.026339 seconds and 5 git commands to generate.