1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

[300586] (comment#9) - Added a clarifying comment.

This commit is contained in:
Pawel Piech 2010-02-11 19:14:17 +00:00
parent 9fa4237bc5
commit 47a5c8c644

View file

@ -14,7 +14,11 @@ package org.eclipse.cdt.dsf.concurrent;
/**
* Interface that hold the codes used when reporting status using the DSF
* Request Monitor.
*
* <p>
* The error codes are ordered by severity so that clients can filter error
* reporting using these codes. E.g. <code>getStatus().getCode() > INVALID_HANDLE</code>
* can be used to filter out errors resulting from expected race conditions.
* </p>
* @since 1.0
*/
public interface IDsfStatusConstants {