We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2ccd69 commit fb192f8Copy full SHA for fb192f8
src/main/java/org/hydev/mcpm/client/database/DatabaseInteractor.java
@@ -50,8 +50,6 @@ public PluginModel findByName(String name)
50
return nameIndex.get(name);
51
}
52
return null;
53
-
54
- // throw new UnsupportedOperationException("TODO");
55
56
57
/**
@@ -73,8 +71,6 @@ public List<PluginModel> searchByKeyword(String keyword)
73
71
return keywordIndex.get(keyword);
74
72
75
return List.of();
76
77
78
79
80
@@ -89,7 +85,5 @@ public List<PluginModel> searchByCommand(String command)
89
85
return commandIndex.get(command);
90
86
91
87
92
93
94
88
95
0 commit comments