Skip to content

Commit

Permalink
Adding Groovy Files to Java Parser
Browse files Browse the repository at this point in the history
  • Loading branch information
bnortman authored Dec 29, 2016
1 parent 917e3a4 commit 016cbbf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public class JavaAnalyzerFactory extends FileAnalyzerFactory {
private static final String[] SUFFIXES = {
"JAVA",
"AIDL",
"GROOVY",
};

public JavaAnalyzerFactory() {
Expand Down

0 comments on commit 016cbbf

Please sign in to comment.