Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
discovery
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陈文顺
discovery
Commits
13ee194d
Commit
13ee194d
authored
Jul 09, 2018
by
Nepxion
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
重构类结构
parent
ecedfbb7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
discovery-plugin-framework/src/main/java/com/nepxion/discovery/plugin/framework/listener/BasicListener.java
+0
-1
discovery-plugin-framework/src/main/java/com/nepxion/discovery/plugin/framework/listener/Listener.java
+2
-3
No files found.
discovery-plugin-framework/src/main/java/com/nepxion/discovery/plugin/framework/listener/BasicListener.java
View file @
13ee194d
...
...
@@ -17,7 +17,6 @@ public class BasicListener implements Listener {
@Autowired
protected
PluginContextAware
pluginContextAware
;
@Override
public
PluginContextAware
getPluginContextAware
()
{
return
pluginContextAware
;
}
...
...
discovery-plugin-framework/src/main/java/com/nepxion/discovery/plugin/framework/listener/Listener.java
View file @
13ee194d
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment