From 10564519750903d8683258a2f10e0561d3932727 Mon Sep 17 00:00:00 2001 From: gjoranv Date: Fri, 15 Sep 2023 11:02:02 +0200 Subject: Improve class comment. --- .../container/plugin/mojo/GenerateProvidedArtifactManifestMojo.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bundle-plugin/src/main/java') diff --git a/bundle-plugin/src/main/java/com/yahoo/container/plugin/mojo/GenerateProvidedArtifactManifestMojo.java b/bundle-plugin/src/main/java/com/yahoo/container/plugin/mojo/GenerateProvidedArtifactManifestMojo.java index b4c474fc72d..ad6636105df 100644 --- a/bundle-plugin/src/main/java/com/yahoo/container/plugin/mojo/GenerateProvidedArtifactManifestMojo.java +++ b/bundle-plugin/src/main/java/com/yahoo/container/plugin/mojo/GenerateProvidedArtifactManifestMojo.java @@ -24,8 +24,8 @@ import java.util.jar.JarOutputStream; import java.util.jar.Manifest; /** - * Replaces the Class-Path of a jar file manifest with a list of provided artifacts. - * The Class-Path is used because it is trivial to generate with the maven-jar-plugin. + * Replaces the Class-Path of a jar file manifest with a list of provided artifacts in a new manifest entry. + * The Class-Path is used as input because it is trivial to generate with the maven-jar-plugin. * * @author gjoranv */ -- cgit v1.2.3