You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bo...@apache.org on 2015/05/09 20:59:30 UTC

svn commit: r1678517 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java

Author: bodewig
Date: Sat May  9 18:59:30 2015
New Revision: 1678517

URL: http://svn.apache.org/r1678517
Log:
missing since tags

Modified:
    commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java

Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java?rev=1678517&r1=1678516&r2=1678517&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java (original)
+++ commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveEntry.java Sat May  9 18:59:30 2015
@@ -485,6 +485,7 @@ public class TarArchiveEntry implements
     /**
      * Get this entry's group id.
      *
+     * @since 1.10
      * @return This entry's group id.
      */
     public long getLongGroupId() {
@@ -494,6 +495,7 @@ public class TarArchiveEntry implements
     /**
      * Set this entry's group id.
      *
+     * @since 1.10
      * @param groupId This entry's new group id.
      */
     public void setGroupId(long groupId) {