From 2fcc83b280ff54f08c138d385c3803c610c7721c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Hohwiller?= Date: Tue, 1 Oct 2024 12:39:05 +0200 Subject: [PATCH] Update UrlArtifact.java --- .../main/java/com/devonfw/tools/ide/url/model/UrlArtifact.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/main/java/com/devonfw/tools/ide/url/model/UrlArtifact.java b/cli/src/main/java/com/devonfw/tools/ide/url/model/UrlArtifact.java index b2e3d81c5..94fc6b751 100644 --- a/cli/src/main/java/com/devonfw/tools/ide/url/model/UrlArtifact.java +++ b/cli/src/main/java/com/devonfw/tools/ide/url/model/UrlArtifact.java @@ -9,7 +9,7 @@ import com.devonfw.tools.ide.url.model.folder.UrlVersion; /** - * An {@link UrlArtifact} represents a file or folder in the directory structure of a devonfw-ide urls repository. + * An {@link UrlArtifact} represents a file or folder in the directory structure of the ide-urls repository. * * @see UrlRepository * @see UrlTool