mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56: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
|
* Error Pattern - used by Error Parser to convert build output to problem markers
|
||||||
* @since 5.1
|
* @since 5.1
|
||||||
*
|
*
|
||||||
* @noextend This class is not intended to be subclassed by clients.
|
* Clients may extend this class.
|
||||||
*/
|
*/
|
||||||
public class ErrorPattern {
|
public class ErrorPattern {
|
||||||
private final Pattern pattern;
|
private final Pattern pattern;
|
||||||
|
|
Loading…
Add table
Reference in a new issue