Skip to content

Commit c8855e3

Browse files
committed
fix: fix getFileName Javadoc
1 parent d0ca534 commit c8855e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/apache/commons/release/plugin/internal/ArtifactUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ private ArtifactUtils() {
3636
}
3737

3838
/**
39-
* Gets the conventional filename for the given artifact.
39+
* Gets the filename of an artifact in the default Maven repository layout.
4040
*
4141
* @param artifact A Maven artifact.
4242
* @return A filename.
@@ -46,7 +46,7 @@ public static String getFileName(Artifact artifact) {
4646
}
4747

4848
/**
49-
* Gets the filename for the given artifact with a changed extension.
49+
* Gets the filename of an artifact in the default Maven repository layout, using the specified extension.
5050
*
5151
* @param artifact A Maven artifact.
5252
* @param extension The file name extension.

0 commit comments

Comments
 (0)