mirror of
https://github.com/TheAlgorithms/Java.git
synced 2026-03-13 08:40:43 +08:00
style: enable RedundantModifier in checkstyle (#5140)
This commit is contained in:
@@ -105,7 +105,7 @@ public class GenericHashMapUsingArrayList<K, V> {
|
||||
K key;
|
||||
V val;
|
||||
|
||||
public Node(K key, V val) {
|
||||
Node(K key, V val) {
|
||||
this.key = key;
|
||||
this.val = val;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user