summaryrefslogtreecommitdiffstats
path: root/bundle-plugin
diff options
context:
space:
mode:
authorgjoranv <gjoranv@gmail.com>2023-09-15 11:02:02 +0200
committergjoranv <gjoranv@gmail.com>2023-09-15 11:02:02 +0200
commit10564519750903d8683258a2f10e0561d3932727 (patch)
tree58bf831812dc93578df315c3b8380f8fe35a0551 /bundle-plugin
parenta4360988d590db4a568b71bd6d2bf7f5c81a5a54 (diff)
Improve class comment.
Diffstat (limited to 'bundle-plugin')
-rw-r--r--bundle-plugin/src/main/java/com/yahoo/container/plugin/mojo/GenerateProvidedArtifactManifestMojo.java4
1 files changed, 2 insertions, 2 deletions
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
*/