Fix rawtypes warning
This commit is contained in:
parent
8295d9f90c
commit
348adb5398
|
@ -466,7 +466,7 @@ public class Antlr4Mojo
|
||||||
throws TokenStreamException, RecognitionException, IOException, InclusionScanException {
|
throws TokenStreamException, RecognitionException, IOException, InclusionScanException {
|
||||||
// Which files under the source set should we be looking for as grammar files
|
// Which files under the source set should we be looking for as grammar files
|
||||||
//
|
//
|
||||||
SourceMapping mapping = new SuffixMapping("g4", Collections.EMPTY_SET);
|
SourceMapping mapping = new SuffixMapping("g4", Collections.<String>emptySet());
|
||||||
|
|
||||||
// What are the sets of includes (defaulted or otherwise).
|
// What are the sets of includes (defaulted or otherwise).
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue