| Conditions | 1 |
| Total Lines | 5 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | package com.hltech.judged.server.infrastructure.container; |
||
| 17 | @Bean |
||
| 18 | JudgeDApplicationService judgeDApplicationService(EnvironmentRepository environmentRepository, |
||
| 19 | ServiceContractsRepository serviceContractsRepository, |
||
| 20 | List<InterfaceContractValidator<?, ?>> validators) { |
||
| 21 | return new JudgeDApplicationService(environmentRepository, serviceContractsRepository, validators); |
||
| 22 | } |
||
| 34 |