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

comment added to allow to extend this class

This commit is contained in:
Andrew Gvozdev 2009-08-23 21:09:43 +00:00
parent ed6c9d4322
commit 4a8ac7dfab

View file

@ -27,7 +27,7 @@ import org.eclipse.core.runtime.Path;
* Error Pattern - used by Error Parser to convert build output to problem markers
* @since 5.1
*
* @noextend This class is not intended to be subclassed by clients.
* Clients may extend this class.
*/
public class ErrorPattern {
private final Pattern pattern;