Commit 13ee194d by Nepxion

重构类结构

parent ecedfbb7
......@@ -17,7 +17,6 @@ public class BasicListener implements Listener {
@Autowired
protected PluginContextAware pluginContextAware;
@Override
public PluginContextAware getPluginContextAware() {
return pluginContextAware;
}
......
......@@ -9,8 +9,6 @@ package com.nepxion.discovery.plugin.framework.listener;
* @version 1.0
*/
import com.nepxion.discovery.plugin.framework.context.PluginContextAware;
public interface Listener {
PluginContextAware getPluginContextAware();
}
\ No newline at end of file
Markdown is supported
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