Skip to content

Commit 65a9a1e

Browse files
committed
Merge pull request #19 from adamv/javadoc
correct javadoc
2 parents a78b64a + 530a578 commit 65a9a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/codehaus/plexus/archiver/tar/GZipTarFile.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
/**
10-
* Extension of {@link TarFile} for bzip2 compressed files.
10+
* Extension of {@link TarFile} for gzip compressed files.
1111
*/
1212
public class GZipTarFile extends TarFile
1313
{

0 commit comments

Comments
 (0)