From 7998258ab65af719909d29616e8ade06e8f68175 Mon Sep 17 00:00:00 2001 From: VacancyIF <45335949+VacancyIF@users.noreply.github.com> Date: Thu, 23 Nov 2023 11:26:35 +0800 Subject: [PATCH] Update Challenge.java --- src/main/java/com/bytelegend/Challenge.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/bytelegend/Challenge.java b/src/main/java/com/bytelegend/Challenge.java index 2994fd14..6eb1e76f 100644 --- a/src/main/java/com/bytelegend/Challenge.java +++ b/src/main/java/com/bytelegend/Challenge.java @@ -5,7 +5,7 @@ * * There are some issues in the comments and Javadocs in this class, which fails `mvn verify`. * Please fix it and make sure `mvn verify` pass. - * Note that you should only fix the errors, don't modify the comments themselves. */ + * Note that you should only fix the errors, don't modify the comments themselves. * * Location: C:\users\Documents * Fix the maximum number in three numbers, e.g. max(1,2,3) -> 3