1
0
Fork 0
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:
Emanuel Graf 2008-08-27 13:02:35 +00:00
parent e123e11d87
commit 94419b71d1
2 changed files with 2 additions and 0 deletions

View file

@ -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 {

View file

@ -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;