Remove unneeded checkNotNull() calls
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.core / src / org / eclipse / tracecompass / tmf / core / event / aspect / messages.properties
1 ###############################################################################
2 # Copyright (c) 2014 Ericsson
3 #
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Eclipse Public License v1.0
6 # which accompanies this distribution, and is available at
7 # http://www.eclipse.org/legal/epl-v10.html
8 #
9 # Contributors:
10 # Ericsson - Initial API and implementation
11 ###############################################################################
12
13 AspectName_Timestamp=Timestamp
14 AspectName_EventType=Event type
15 AspectName_Contents=Contents
16 AspectName_TraceName=Trace
17 AspectName_CPU=CPU
18
19 AspectHelpText_EventType=The type of this event. This normally determines the field layout.
20 AspectHelpText_Contents=The fields (or payload) of this event
21 AspectHelpText_TraceName=The trace to which this particular event belongs
22 AspectHelpText_CPU=The CPU on which this event was taken
23 AspectHelpText_Statesystem=Request in state system {0}, for attribute: {1}
This page took 0.030395 seconds and 5 git commands to generate.