Skip to content

Commit

Permalink
Add documentation for CARGO-1628
Browse files Browse the repository at this point in the history
  • Loading branch information
alitokmen committed May 5, 2024
1 parent f343a13 commit b202510
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ public String generateDocumentation(String containerId) throws Exception
{
output.append(FileHandler.NEW_LINE);
output.append(FileHandler.NEW_LINE);
output.append(containerName + ".x has an integrated functionality for ");
output.append(containerName + ".x onwards has an integrated functionality for ");
output.append("automatically migrating J2EE / Java EE WARs to Jakarta EE. ");
output.append("You can follow the instructions on [Deploying legacy WARs to ");
output.append("Tomcat 10.x onwards] to make use of it.");
Expand Down

0 comments on commit b202510

Please sign in to comment.