1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 06:45:43 +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 * Abstract Error Parser that implements simple line processing using patterns array
* @since 5.1
*/ */
public class AbstractErrorParser implements IErrorParser { 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 * Error Pattern - used by Error Parser to convert build output to problem markers
* @since 5.1
*/ */
public class ErrorPattern { public class ErrorPattern {
private final Pattern pattern; private final Pattern pattern;