This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit a59d05de authored by Michael Breu's avatar Michael Breu :speech_balloon:
Browse files

Minor polishing

parent 0b404c4d
Branches
Tags
2 merge requests!188Merging Peer Reviewing et. al to Master,!164211 peer reviewing functionality
...@@ -2,7 +2,6 @@ package at.ac.uibk.gitsearch.service; ...@@ -2,7 +2,6 @@ package at.ac.uibk.gitsearch.service;
import java.net.URI; import java.net.URI;
import java.net.URISyntaxException; import java.net.URISyntaxException;
import java.net.URLEncoder;
import java.nio.charset.Charset; import java.nio.charset.Charset;
import java.util.Collection; import java.util.Collection;
import java.util.Collections; import java.util.Collections;
...@@ -53,13 +52,11 @@ import at.ac.uibk.gitsearch.service.dto.SearchResultDTO.PluginActionInfo; ...@@ -53,13 +52,11 @@ import at.ac.uibk.gitsearch.service.dto.SearchResultDTO.PluginActionInfo;
public class PluginManagementService { public class PluginManagementService {
private static final String API_BASE_URL_PARAM = "apiBaseUrl"; private static final String API_BASE_URL_PARAM = "apiBaseUrl";
private static final String INSTALLATION_NAME_PARAM = "installationName";
private static final String ACCESS_TOKEN_PARAM = "accessToken";
private final Map<RegisteredPlugin, Exception> configFailures = new HashMap<>(); private final Map<RegisteredPlugin, Exception> configFailures = new HashMap<>();
private final class PluginCheckTimer extends TimerTask { private final class PluginCheckTimer extends TimerTask {
private static final String INSTALLATION_NAME_PARAM = "installationName";
private final RegisteredPlugin registeredPlugin; private final RegisteredPlugin registeredPlugin;
private PluginCheckTimer(RegisteredPlugin registeredPlugin) { private PluginCheckTimer(RegisteredPlugin registeredPlugin) {
......
...@@ -6,7 +6,6 @@ import java.io.InputStream; ...@@ -6,7 +6,6 @@ import java.io.InputStream;
import org.codeability.sharing.plugins.api.ShoppingBasket; import org.codeability.sharing.plugins.api.ShoppingBasket;
import org.gitlab4j.api.GitLabApiException; import org.gitlab4j.api.GitLabApiException;
import org.mapstruct.Mapper; import org.mapstruct.Mapper;
import org.mapstruct.Mapping;
import org.mapstruct.factory.Mappers; import org.mapstruct.factory.Mappers;
import org.slf4j.Logger; import org.slf4j.Logger;
import org.slf4j.LoggerFactory; import org.slf4j.LoggerFactory;
......
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