mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-07 05:55:44 +01:00
refactor plugin endpoints
This commit is contained in:
@@ -24,10 +24,6 @@ public class PluginCenterDtoMapper {
|
||||
pluginInformation.setCondition(new PluginCondition(condition.getMinVersion(), Collections.singletonList(condition.getOs()), condition.getArch()));
|
||||
}
|
||||
|
||||
if (plugin.getLinks() != null) {
|
||||
pluginInformation.setLinks(plugin.getLinks());
|
||||
}
|
||||
|
||||
pluginInformationSet.add(pluginInformation);
|
||||
}
|
||||
return pluginInformationSet;
|
||||
|
||||
Reference in New Issue
Block a user