Skip to content

Commit 83fcad5

Browse files
committed
comment
1 parent afa9407 commit 83fcad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/resolution/datasource/maven_registry.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var errAPIFailed = errors.New("API query failed")
2626

2727
// GetProject fetches a pom.xml specified by groupID, artifactID and version and parses it to maven.Project.
2828
// For a snapshot version, version level metadata is used to find the extact version string.
29-
// More about maven Repository Metadata Model: https://maven.apache.org/ref/3.9.9/maven-repository-metadata/
29+
// More about Maven Repository Metadata Model: https://maven.apache.org/ref/3.9.9/maven-repository-metadata/
3030
// More about Maven Metadata: https://maven.apache.org/repositories/metadata.html
3131
func (m *MavenRegistryAPIClient) GetProject(ctx context.Context, groupID, artifactID, version string) (maven.Project, error) {
3232
if !strings.HasSuffix(version, "-SNAPSHOT") {

0 commit comments

Comments
 (0)