Skip to content

Commit 6cabe21

Browse files
committed
fix typo in comment
1 parent 06e5e65 commit 6cabe21

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • tooling/conga-aem-maven-plugin/src/main/java/io/wcm/devops/conga/plugins/aem/maven/allpackage

tooling/conga-aem-maven-plugin/src/main/java/io/wcm/devops/conga/plugins/aem/maven/allpackage/RunModeUtil.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,12 @@ private static Set<String> mapVariantsToRunModes(List<String> variants) {
6161
}
6262

6363
/**
64-
* Maps well-known variant names from CONG AEM definitions to the corresponding run modes.
64+
* Maps well-known variant names from CONGA AEM definitions to the corresponding run modes.
6565
* If the variant name is not well-known the variant name is used as run mode.
6666
* @param variant Variant
6767
* @return Run mode
6868
*/
6969
private static String mapVariantToRunMode(String variant) {
70-
//
7170
if ("aem-author".equals(variant)) {
7271
return RUNMODE_AUTHOR;
7372
}

0 commit comments

Comments
 (0)