mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 16:58:56 +00:00
made leaked class public (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=370843)
This commit is contained in:
parent
86bbb847ab
commit
afc7879e29
1 changed files with 4 additions and 1 deletions
|
@ -67,7 +67,10 @@ public class AssertableDiagnostics {
|
|||
|
||||
}
|
||||
|
||||
protected static class Pred implements DiagnosticPredicate {
|
||||
/**
|
||||
* @since 2.3
|
||||
*/
|
||||
public static class Pred implements DiagnosticPredicate {
|
||||
protected String issueCode;
|
||||
protected String msg;
|
||||
protected Integer severity;
|
||||
|
|
Loading…
Reference in a new issue