Skip to content

Commit 6b4d9bb

Browse files
committed
tmf: Fix incorrect and missing since annotation
After recently adding a new status message the since flag was added a wrong and existing message. Signed-off-by: Bernd Hufmann <[email protected]>
1 parent 095c69d commit 6b4d9bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmf/org.eclipse.tracecompass.tmf.core/src/org/eclipse/tracecompass/tmf/core/model/CommonStatusMessage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@ public final class CommonStatusMessage {
5151
* A possible detailed message for a
5252
* {@link org.eclipse.tracecompass.tmf.core.response.ITmfResponse.Status#FAILED}
5353
* status
54-
* @since 10.1
5554
*/
5655
public static final String ANALYSIS_INITIALIZATION_FAILED = Objects.requireNonNull(Messages.CommonStatusMessage_AnalysisInitializationFailed);
5756

5857
/**
5958
* A possible detailed message for a
6059
* {@link org.eclipse.tracecompass.tmf.core.response.ITmfResponse.Status#FAILED}
6160
* status with error cause for failed analysis execution
61+
* @since 10.1
6262
*/
6363
public static final String ANALYSIS_EXECUTION_FAILED = Objects.requireNonNull(Messages.CommonStatusMessage_AnalysisExecutionFailed);
6464

0 commit comments

Comments
 (0)