Project

General

Profile

« Previous | Next » 

Revision 62316

removed unused method

View differences:

RepositoryController.java
225 225
        return repositoryService.getUrlsOfUserRepos(((OIDCAuthenticationToken) SecurityContextHolder.getContext().getAuthentication()).getUserInfo().getEmail(), page, size);
226 226
    }
227 227

  
228
    @RequestMapping(value = "/getDatasourceVocabularies/{mode}", method = RequestMethod.GET,
229
            produces = MediaType.APPLICATION_JSON_VALUE)
230
    @ResponseBody
231
    public List<String> getDatasourceVocabularies(@PathVariable("mode") String mode) {
232
        return repositoryService.getDatasourceVocabularies(mode);
233
    }
234

  
235 228
    @RequestMapping(value = "/getCompatibilityClasses/{mode}", method = RequestMethod.GET,
236 229
            produces = MediaType.APPLICATION_JSON_VALUE)
237 230
    @ResponseBody

Also available in: Unified diff