We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c342bce commit bdf3f9cCopy full SHA for bdf3f9c
lang-java/src/main/java/org/eclipse/steady/java/tasks/JavaBomTask.java
@@ -82,7 +82,7 @@ private final boolean useAppPrefixes() {
82
}
83
84
/**
85
- * Returns true if the configuration setting {@link CoreConfiguration#APP_PREFIXES} shall be considered, false otherwise.
+ * Returns true if the configuration setting {@link CoreConfiguration#APP_JAR_NAMES} shall be considered, false otherwise.
86
*/
87
private final boolean useAppJarNames() {
88
return this.appJarNames != null && !this.isOneOfGoalClients(pluginGoalClients);
0 commit comments