From 4a8ac7dfab8de40be63e91b8095beb48af91b480 Mon Sep 17 00:00:00 2001 From: Andrew Gvozdev Date: Sun, 23 Aug 2009 21:09:43 +0000 Subject: [PATCH] comment added to allow to extend this class --- .../src/org/eclipse/cdt/core/errorparsers/ErrorPattern.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/errorparsers/ErrorPattern.java b/core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/errorparsers/ErrorPattern.java index 70cd91ba38b..5c77557298f 100644 --- a/core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/errorparsers/ErrorPattern.java +++ b/core/org.eclipse.cdt.core/src/org/eclipse/cdt/core/errorparsers/ErrorPattern.java @@ -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;