File tree Expand file tree Collapse file tree 2 files changed +9
-11
lines changed
src/main/java/org/codehaus/plexus/archiver/tar Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -65,17 +65,16 @@ public class TarArchiver
65
65
* Set how to handle long files, those with a path>100 chars.
66
66
* Optional, default=warn.
67
67
* <p>
68
- * Allowable values are
68
+ * Allowable values are </p>
69
69
* <ul>
70
- * <li> truncate - paths are truncated to the maximum length
71
- * <li> fail - paths greater than the maximum cause a build exception
72
- * <li> warn - paths greater than the maximum cause a warning and GNU is used
73
- * <li> gnu - GNU extensions are used for any paths greater than the maximum.
74
- * <li> posix - posix extensions are used for any paths greater than the maximum.
75
- * <li> posixwarn - posix extensions are used (with warning) for any paths greater than the maximum.
76
- * <li> omit - paths greater than the maximum are omitted from the archive
70
+ * <li> truncate - paths are truncated to the maximum length </li>
71
+ * <li> fail - paths greater than the maximum cause a build exception </li>
72
+ * <li> warn - paths greater than the maximum cause a warning and GNU is used </li>
73
+ * <li> gnu - GNU extensions are used for any paths greater than the maximum. </li>
74
+ * <li> posix - posix extensions are used for any paths greater than the maximum. </li>
75
+ * <li> posixwarn - posix extensions are used (with warning) for any paths greater than the maximum. </li>
76
+ * <li> omit - paths greater than the maximum are omitted from the archive </li>
77
77
* </ul>
78
- * </p>
79
78
*
80
79
* @param mode the mode to handle long file names.
81
80
*/
Original file line number Diff line number Diff line change @@ -57,15 +57,14 @@ public TarUnArchiver( File sourceFile )
57
57
/**
58
58
* Set decompression algorithm to use; default=none.
59
59
* <p>
60
- * Allowable values are
60
+ * Allowable values are </p>
61
61
* <ul>
62
62
* <li>none - no compression</li>
63
63
* <li>gzip - Gzip compression</li>
64
64
* <li>bzip2 - Bzip2 compression</li>
65
65
* <li>snappy - Snappy compression</li>
66
66
* <li>xz - Xz compression</li>
67
67
* </ul>
68
- * </p>
69
68
*
70
69
* @param method compression method
71
70
*/
You can’t perform that action at this time.
0 commit comments