mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-21 02:53:15 +08:00
style: enable InvalidJavadocPosition
in checkstyle (#5237)
enable style InvalidJavadocPosition Co-authored-by: Samuel Facchinello <samuel.facchinello@piksel.com>
This commit is contained in:

committed by
GitHub

parent
39e065437c
commit
74e51990c1
@ -1,5 +1,6 @@
|
||||
package com.thealgorithms.dynamicprogramming;
|
||||
|
||||
import java.util.Scanner;
|
||||
/**
|
||||
* A DynamicProgramming based solution for Edit Distance problem In Java
|
||||
* Description of Edit Distance with an Example:
|
||||
@ -22,8 +23,6 @@ package com.thealgorithms.dynamicprogramming;
|
||||
*
|
||||
* @author SUBHAM SANGHAI
|
||||
*/
|
||||
import java.util.Scanner;
|
||||
|
||||
public final class EditDistance {
|
||||
private EditDistance() {
|
||||
}
|
||||
|
Reference in New Issue
Block a user