Skip to content

Commit 9c81c79

Browse files
committed
Fixed sonar warning.
1 parent 51f491f commit 9c81c79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/g0201_0300/s0211_design_add_and_search_words_data_structure/WordDictionary.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// #Medium #String #Depth_First_Search #Design #Trie
44
// #2023_01_06_Time_308_ms_(99.46%)_Space_284.7_MB_(13.25%)
55

6+
@SuppressWarnings("java:S1186")
67
public class WordDictionary {
78

89
public WordDictionary() {}

0 commit comments

Comments
 (0)