Commit 78d57f23 authored by Administrator's avatar Administrator
Browse files

PluginController中的变量PluginOperator去变final

parent 1363fb07
...@@ -35,7 +35,10 @@ public class PluginController { ...@@ -35,7 +35,10 @@ public class PluginController {
@Resource @Resource
private UserService userService; private UserService userService;
private final PluginOperator pluginOperator; // private final PluginOperator pluginOperator;
private PluginOperator pluginOperator;
@Autowired @Autowired
public PluginController(PluginApplication pluginApplication) { public PluginController(PluginApplication pluginApplication) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment