Skip to content

Commit 3eaccfc

Browse files
committed
tmf: Fix SegmentStartNsTimeAspect data type
Signed-off-by: Patrick Tasse <[email protected]>
1 parent 261ea15 commit 3eaccfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/segment/SegmentStartNsTimeAspect.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2019, 2024 Ericsson
2+
* Copyright (c) 2019, 2025 Ericsson
33
*
44
* All rights reserved. This program and the accompanying materials are
55
* made available under the terms of the Eclipse Public License 2.0 which
@@ -71,6 +71,6 @@ private SegmentStartNsTimeAspect() {
7171

7272
@Override
7373
public DataType getDataType() {
74-
return DataType.TIMESTAMP;
74+
return DataType.NUMBER;
7575
}
7676
}

0 commit comments

Comments
 (0)