Remove unused field.

This commit is contained in:
Olga Maciaszek-Sharma
2020-04-29 15:56:50 +02:00
parent c6146d478e
commit 13c120491e

View File

@@ -40,8 +40,6 @@ import org.springframework.web.bind.annotation.RestController;
@RequestMapping(value = "/triggers", produces = MediaType.APPLICATION_JSON_VALUE)
public class TriggerController {
private static final Log log = LogFactory.getLog(TriggerController.class);
private final StubFinder stubFinder;
@Autowired