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:
parent
ed6c9d4322
commit
4a8ac7dfab
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue