Skip to content

Commit df69d92

Browse files
committed
Fix Javadoc warning.
Package-private methods don't seen @SInCE tags.
1 parent 842a9ab commit df69d92

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2015,8 +2015,7 @@ public String toString() {
20152015
/**
20162016
* Update the entry using a map of pax headers.
20172017
*
2018-
* @param headers.
2019-
* @since 1.15
2018+
* @param headers PAX headers.
20202019
*/
20212020
void updateEntryFromPaxHeaders(final Map<String, String> headers) throws IOException {
20222021
for (final Map.Entry<String, String> ent : headers.entrySet()) {

0 commit comments

Comments
 (0)