lttng: Remove unneeded @Nullable annotations in KernelStateProvider
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Mon, 25 Jan 2016 20:15:19 +0000 (15:15 -0500)
committerAlexandre Montplaisir <alexmonthy@efficios.com>
Mon, 25 Jan 2016 21:40:31 +0000 (16:40 -0500)
commit3c3795b85b6f98f52e865eb58b0d9f0e286262d3
tree2b37ee352b79e7a88c79b6d4329d29f2287ca61a
parent840c846f41adf0f1ad689d217159b56e7bfa50ac
lttng: Remove unneeded @Nullable annotations in KernelStateProvider

The event name can not be null, so these utility methods could use
@NonNull parameters.

Change-Id: Ib651dc89e1e3da434c6e5bed2cb222f764346868
Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
Reviewed-on: https://git.eclipse.org/r/65133
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/kernel/KernelStateProvider.java
This page took 0.027217 seconds and 5 git commands to generate.