mirror of
https://github.com/TheAlgorithms/Java.git
synced 2026-03-13 08:40:43 +08:00
chore: suppress rawtypes in selected classes (#6261)
This commit is contained in:
@@ -10,6 +10,7 @@ import java.util.Stack;
|
||||
* See more:
|
||||
* https://www.geeksforgeeks.org/function-to-check-if-a-singly-linked-list-is-palindrome/
|
||||
*/
|
||||
@SuppressWarnings("rawtypes")
|
||||
public final class PalindromeSinglyLinkedList {
|
||||
private PalindromeSinglyLinkedList() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user