mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 17:35:35 +02:00
missing since tags
This commit is contained in:
parent
e123e11d87
commit
94419b71d1
2 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@ import org.eclipse.cdt.core.IErrorParser;
|
|||
|
||||
/**
|
||||
* Abstract Error Parser that implements simple line processing using patterns array
|
||||
* @since 5.1
|
||||
*/
|
||||
public class AbstractErrorParser implements IErrorParser {
|
||||
|
||||
|
|
|
@ -24,6 +24,7 @@ import org.eclipse.core.runtime.Path;
|
|||
|
||||
/**
|
||||
* Error Pattern - used by Error Parser to convert build output to problem markers
|
||||
* @since 5.1
|
||||
*/
|
||||
public class ErrorPattern {
|
||||
private final Pattern pattern;
|
||||
|
|
Loading…
Add table
Reference in a new issue