File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
service/src/main/java/io/github/sergejsvisockis/documentservice/api Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ public class DocumentReadServiceApiImpl implements DocumentReadServiceApi {
2424 private final DocumentResponseMapper documentResponseMapper ;
2525
2626 @ Override
27- public ResponseEntity <DocumentReadResponse > getDocumentMetadata (String documentType ) {
28- List <Document > allDocuments = documentReadService .getDocumentMetadata (documentType );
27+ public ResponseEntity <DocumentReadResponse > getDocumentMetadata (String entityType ) {
28+ List <Document > allDocuments = documentReadService .getDocumentMetadata (entityType );
2929
3030 List <DocumentResponse > documents = documentResponseMapper .mapDocumentsToDocumentResponses (allDocuments );
3131
You can’t perform that action at this time.
0 commit comments