You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2021/11/25 10:14:02 UTC

[wicket] 02/03: WICKET-6937 Fix a comment

This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git

commit 15e4c015dd84c428ec8ec192ae922d475ed71a2d
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Thu Nov 25 12:13:26 2021 +0200

    WICKET-6937 Fix a comment
---
 .../src/main/resources/archetype-resources/src/test/java/Start.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/archetypes/quickstart/src/main/resources/archetype-resources/src/test/java/Start.java b/archetypes/quickstart/src/main/resources/archetype-resources/src/test/java/Start.java
index d806ee1..37d546a 100644
--- a/archetypes/quickstart/src/main/resources/archetype-resources/src/test/java/Start.java
+++ b/archetypes/quickstart/src/main/resources/archetype-resources/src/test/java/Start.java
@@ -49,7 +49,7 @@ public class Start
 			// if a keystore for a SSL certificate is available, start a SSL
 			// connector on port 8443.
 			// By default, the quickstart comes with a Apache Wicket Quickstart
-			// Certificate that expires about half way september 2021. Do not
+			// Certificate that expires about half way september 2031. Do not
 			// use this certificate anywhere important as the passwords are
 			// available in the source.