This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git


The following commit(s) were added to refs/heads/master by this push:
     new 38ae40727 Javadoc
38ae40727 is described below

commit 38ae40727a272d1cd107fed9b5a03d5027221dd5
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Dec 10 09:15:08 2024 -0500

    Javadoc
---
 .../java/org/apache/commons/compress/archivers/cpio/CpioConstants.java | 3 +++
 1 file changed, 3 insertions(+)

diff --git 
a/src/main/java/org/apache/commons/compress/archivers/cpio/CpioConstants.java 
b/src/main/java/org/apache/commons/compress/archivers/cpio/CpioConstants.java
index ed849e879..813fd037a 100644
--- 
a/src/main/java/org/apache/commons/compress/archivers/cpio/CpioConstants.java
+++ 
b/src/main/java/org/apache/commons/compress/archivers/cpio/CpioConstants.java
@@ -26,6 +26,9 @@ package org.apache.commons.compress.archivers.cpio;
  * <p>
  * A list of the {@code C_xxx} constants is <a 
href="http://www.opengroup.org/onlinepubs/9699919799/basedefs/cpio.h.html";>here</a>.
  * </p>
+ * <p>
+ * TODO Next major version: Update to a class.
+ * </p>
  */
 public interface CpioConstants {
     /** Magic number of a cpio entry in the new format */

Reply via email to