Project

General

Profile

« Previous | Next » 

Revision 56661

- Fixing some code-smells
- Implemented search of piwik repos
- Added site_id info on repository

View differences:

ValidatorController.java
26 26
public class ValidatorController {
27 27

  
28 28
    @Autowired
29
    ValidatorServiceImpl validatorService;
29
    private ValidatorServiceImpl validatorService;
30 30

  
31 31
    @RequestMapping(value = "/submitJobForValidation",method = RequestMethod.POST,
32 32
            consumes = MediaType.APPLICATION_JSON_VALUE,

Also available in: Unified diff