mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-07 09:45:04 +08:00
Update LongestPalindromicSubstring - Remove ; (#2905)
Removing unnecessary semi-colon ';' Co-authored-by: Yang Libin <szuyanglb@outlook.com>
This commit is contained in:
@ -3,8 +3,6 @@ package com.thealgorithms.strings;
|
||||
// Longest Palindromic Substring
|
||||
import java.util.Scanner;
|
||||
|
||||
;
|
||||
|
||||
class LongestPalindromicSubstring {
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
Reference in New Issue
Block a user