Optimize fold layout and ids

This commit is contained in:
2022-03-22 12:22:01 +08:00
parent 5b2b60624c
commit ef0760ef16
33 changed files with 206 additions and 110 deletions

View File

@@ -40,7 +40,7 @@ public class ToolsList {
return toolList;
}
public void setToolList(List<Tool> toolList) {
public static void setToolList(List<Tool> toolList) {
ToolsList.toolList = toolList;
}