From 1c09f4c25c083bc08c4aad627fc5dc697b1609ad Mon Sep 17 00:00:00 2001 From: Uladzislau Date: Wed, 30 Nov 2022 19:32:59 +0100 Subject: [PATCH] Small fix --- .../dataops/attributes/DependentFileAttributesService.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/org/zowe/explorer/dataops/attributes/DependentFileAttributesService.kt b/src/main/kotlin/org/zowe/explorer/dataops/attributes/DependentFileAttributesService.kt index bcc7fdd1b..fbed67742 100644 --- a/src/main/kotlin/org/zowe/explorer/dataops/attributes/DependentFileAttributesService.kt +++ b/src/main/kotlin/org/zowe/explorer/dataops/attributes/DependentFileAttributesService.kt @@ -23,7 +23,7 @@ import java.util.concurrent.ConcurrentHashMap /** * Abstraction for attributes services that work with child files (e.g. member of dataset, spool file of job). - * @param InfoType class of r2z response (e.g. Member, SpoolFile) + * @param InfoType class of Zowe Kotlin SDK response (e.g. Member, SpoolFile) * @param ParentAttributes attributes of parent file (for example for member it is RemoteDatasetAttributes) * @see AttributesService * @author Viktar Mushtsin