Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c0b2b84

Browse files
committed
Add TODO for next major version
1 parent c76bc97 commit c0b2b84

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
* For tar formats (FORMAT_OLDGNU, FORMAT_POSIX, etc.) see GNU tar <a href="https://git.savannah.gnu.org/cgit/tar.git/tree/src/tar.h?h=v1.35">tar.h</a> and type
2525
* {@code enum archive_format}.
2626
* </p>
27+
* <p>
28+
* TODO Next major version: Update to a class.
29+
* </p>
2730
*/
2831
// CheckStyle:InterfaceIsTypeCheck OFF (bc)
2932
public interface TarConstants {

0 commit comments

Comments
 (0)