Fix rawtypes warning

This commit is contained in:
Sam Harwell 2012-11-26 22:33:08 -06:00
parent 8295d9f90c
commit 348adb5398
1 changed files with 1 additions and 1 deletions

View File

@ -466,7 +466,7 @@ public class Antlr4Mojo
throws TokenStreamException, RecognitionException, IOException, InclusionScanException {
// 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).
//