Fix PluginWatchResult#getKey kekw
This commit is contained in:
parent
f0168224ad
commit
60204e7e58
1 changed files with 1 additions and 1 deletions
|
|
@ -22,6 +22,6 @@ public class PluginWatchResult implements AbstractResult {
|
|||
|
||||
@Override
|
||||
public ConfigKey getKey() {
|
||||
return null;
|
||||
return result.getKey();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue