#76 - Fix Javadoc wording in announcement command.

This commit is contained in:
Mark Paluch
2018-06-13 21:51:54 +02:00
parent 739dcc8cab
commit 1845b5555f

View File

@@ -32,7 +32,7 @@ public class AnnouncementOperations {
/**
* Returns the project list and links to be included in the release announcement for the given {@link TrainIteration}.
*
*
* @param iteration must not be {@literal null}.
* @return
*/
@@ -58,7 +58,7 @@ public class AnnouncementOperations {
StaticResources resources = new StaticResources(module);
builder.append(getMarkDownLink("JavaDocs", resources.getJavaDocUrl())).append(" - ");
builder.append(getMarkDownLink("Javadoc", resources.getJavaDocUrl())).append(" - ");
builder.append(getMarkDownLink("Documentation", resources.getDocumentationUrl())).append(" - ");
builder.append(getMarkDownLink("Changelog", resources.getChangelogUrl()));