From 0277335c8b8bffe9d943175d0aca5d0430500841 Mon Sep 17 00:00:00 2001 From: stevomcallister <78762879+stevomcallister@users.noreply.github.com> Date: Fri, 13 Oct 2023 10:43:47 +0100 Subject: [PATCH] Update DocumentController.kt --- .../gov/justice/digital/hmpps/controller/DocumentController.kt | 3 --- 1 file changed, 3 deletions(-) diff --git a/projects/approved-premises-and-delius/src/main/kotlin/uk/gov/justice/digital/hmpps/controller/DocumentController.kt b/projects/approved-premises-and-delius/src/main/kotlin/uk/gov/justice/digital/hmpps/controller/DocumentController.kt index 04226247b7..e7736eb7af 100644 --- a/projects/approved-premises-and-delius/src/main/kotlin/uk/gov/justice/digital/hmpps/controller/DocumentController.kt +++ b/projects/approved-premises-and-delius/src/main/kotlin/uk/gov/justice/digital/hmpps/controller/DocumentController.kt @@ -29,9 +29,6 @@ class DocumentController(private val documentService: DocumentService) { description = """List of documents available in Delius for the probation case identified by the CRN provided in the request. Document list includes summary information on the type and purpose of document held. - Used to support the 'Document List' view of the HMPPS Workforce service - which is used to give detailed information on the case when allocating - to a probation practitioner """ ) @GetMapping(value = ["/all"])