mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-30 21:55:31 +02:00
Bug 531043 - Add missing since tags to new API in EPM
Change-Id: I14c270de6e4d9322b076a97236fceeb6f4dc2f92 Signed-off-by: William Riley <william.riley@renesas.com>
This commit is contained in:
parent
9c8d5c4c4c
commit
bfe664e228
1 changed files with 6 additions and 0 deletions
|
@ -908,10 +908,16 @@ outer:
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @since 6.5
|
||||
*/
|
||||
public int getErrorCount() {
|
||||
return errorCounter;
|
||||
}
|
||||
|
||||
/**
|
||||
* @since 6.5
|
||||
*/
|
||||
public int getWarningCount() {
|
||||
return warningCounter;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue