Skip to content

Commit bdf3f9c

Browse files
committed
Corrected Javadoc
1 parent c342bce commit bdf3f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lang-java/src/main/java/org/eclipse/steady/java/tasks/JavaBomTask.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ private final boolean useAppPrefixes() {
8282
}
8383

8484
/**
85-
* Returns true if the configuration setting {@link CoreConfiguration#APP_PREFIXES} shall be considered, false otherwise.
85+
* Returns true if the configuration setting {@link CoreConfiguration#APP_JAR_NAMES} shall be considered, false otherwise.
8686
*/
8787
private final boolean useAppJarNames() {
8888
return this.appJarNames != null && !this.isOneOfGoalClients(pluginGoalClients);

0 commit comments

Comments
 (0)