Commit 95828f4 1 parent 9a4626b commit 95828f4 Copy full SHA for 95828f4
File tree 1 file changed +0
-2
lines changed
src/main/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/services
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 1
1
package uk.gov.justice.digital.hmpps.hmppsintegrationapi.services
2
2
3
- import jakarta.servlet.http.HttpServletRequest
4
3
import org.springframework.beans.factory.annotation.Autowired
5
4
import org.springframework.stereotype.Service
6
5
import uk.gov.justice.digital.hmpps.hmppsintegrationapi.gateways.PrisonerOffenderSearchGateway
@@ -13,7 +12,6 @@ import uk.gov.justice.digital.hmpps.hmppsintegrationapi.models.roleconfig.Consum
13
12
@Service
14
13
class GetPrisonersService (
15
14
@Autowired val prisonerOffenderSearchGateway : PrisonerOffenderSearchGateway ,
16
- @Autowired val request : HttpServletRequest ,
17
15
) {
18
16
fun execute (
19
17
firstName : String? ,
You can’t perform that action at this time.
0 commit comments