From 6068a823a4175bbe5db4010a728bea4bacd276be Mon Sep 17 00:00:00 2001 From: domsteinbach Date: Mon, 30 Sep 2024 16:46:12 +0200 Subject: [PATCH] chore --- src/models/v2/Constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/v2/Constants.ts b/src/models/v2/Constants.ts index 03aec2a0a..9094bf1ba 100644 --- a/src/models/v2/Constants.ts +++ b/src/models/v2/Constants.ts @@ -130,7 +130,7 @@ export class Constants { static StillImageFileValueHasDimY = Constants.KnoraApiV2 + Constants.HashDelimiter + "stillImageFileValueHasDimY"; static StillImageFileValueHasIIIFBaseUrl = Constants.KnoraApiV2 + Constants.HashDelimiter + "stillImageFileValueHasIIIFBaseUrl"; /** - * @deprecated FileValueHasExternalUrl will be removed in future versions. Use StillImageFileValueHasExternalUrl instead.s + * @deprecated FileValueHasExternalUrl will be removed in future versions. Use StillImageFileValueHasExternalUrl instead. */ static FileValueHasExternalUrl = Constants.KnoraApiV2 + Constants.HashDelimiter + "fileValueHasExternalUrl"; static StillImageFileValueHasExternalUrl = Constants.KnoraApiV2 + Constants.HashDelimiter + "stillImageFileValueHasExternalUrl";