Fix compile errors for CPD only languages

This commit is contained in:
Andreas Dangel
2020-07-17 14:57:43 +02:00
parent 7ae424a35b
commit e4690cb56a
13 changed files with 37 additions and 13 deletions

View File

@ -23,7 +23,7 @@ public class FortranLanguageModule extends BaseLanguageModule {
* Creates a new instance of {@link FortranLanguageModule}
*/
public FortranLanguageModule() {
super(NAME, null, TERSE_NAME, null, "for", "f", "f66", "f77", "f90");
super(NAME, null, TERSE_NAME, "for", "f", "f66", "f77", "f90");
addVersion("", null, true);
}