This commit is contained in:
Ayoub Kaanich
2017-07-29 07:41:47 +01:00
committed by GitHub
parent 92fc1e4fbe
commit d33b9d9eae

View File

@ -84,7 +84,7 @@ public final class LanguageFactory {
}
private String languageAliases(String language) {
// CPD and C language share the same parser
// CPP and C language share the same parser
if ("c".equals(language)) {
return "cpp";
}