style: enable InvalidJavadocPosition in checkstyle (#5237)

enable style InvalidJavadocPosition

Co-authored-by: Samuel Facchinello <samuel.facchinello@piksel.com>
This commit is contained in:
Samuel Facchinello
2024-06-18 19:34:22 +02:00
committed by GitHub
parent 39e065437c
commit 74e51990c1
37 changed files with 284 additions and 358 deletions

View File

@ -5,9 +5,7 @@ package com.thealgorithms.maths;
* numbered from 1 to n in clockwise order. More formally, moving clockwise from the ith friend
* brings you to the (i+1)th friend for 1 <= i < n, and moving clockwise from the nth friend brings
* you to the 1st friend.
*/
/**
The rules of the game are as follows:
1.Start at the 1st friend.
@ -19,7 +17,6 @@ package com.thealgorithms.maths;
@author Kunal
*/
public final class JosephusProblem {
private JosephusProblem() {
}