Capitalization.
This commit is contained in:
parent
4e553a745f
commit
1684ca0aa2
1 changed files with 2 additions and 2 deletions
|
@ -189,9 +189,9 @@ public class VersionProcessor extends AbstractProcessor {
|
|||
|
||||
final String templateName;
|
||||
if (mustache.getName().equals(Constants.DEFAULT_JAVA_TEMPLATE)) {
|
||||
templateName = "default (java)";
|
||||
templateName = "default (Java)";
|
||||
} else if (mustache.getName().equals(Constants.DEFAULT_KOTLIN_TEMPLATE)) {
|
||||
templateName = "default (kotlin)";
|
||||
templateName = "default (Kotlin)";
|
||||
} else {
|
||||
templateName = mustache.getName();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue