From f80aeaee9042c6705a939dfad3c5fd305a51f873 Mon Sep 17 00:00:00 2001 From: VacancyIF <45335949+VacancyIF@users.noreply.github.com> Date: Thu, 23 Nov 2023 11:30:40 +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..4f595ba2 100644 --- a/src/main/java/com/bytelegend/Challenge.java +++ b/src/main/java/com/bytelegend/Challenge.java @@ -6,7 +6,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. */ - * +/** * Location: C:\users\Documents * Fix the maximum number in three numbers, e.g. max(1,2,3) -> 3 */