Skip to content

Commit

Permalink
fixed typo in sqale simulation result column mapping (startTimestamp)
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Jan 26, 2023
1 parent ffc250b commit 7ff6450
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class QSimulationResult extends QObject<MSimulationResult> {
ColumnMetadata.named("rootTaskRefRelationId").ofType(Types.INTEGER);

public static final ColumnMetadata START_TIMESTAMP =
ColumnMetadata.named("endTimestamp").ofType(Types.TIMESTAMP_WITH_TIMEZONE);
ColumnMetadata.named("startTimestamp").ofType(Types.TIMESTAMP_WITH_TIMEZONE);

public static final ColumnMetadata END_TIMESTAMP =
ColumnMetadata.named("endTimestamp").ofType(Types.TIMESTAMP_WITH_TIMEZONE);
Expand Down

0 comments on commit 7ff6450

Please sign in to comment.