You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/06/11 18:19:00 UTC

commons-compress git commit: Remove @version $Id$ tags from pre-git SVN days.

Repository: commons-compress
Updated Branches:
  refs/heads/master 1132bc0bd -> ba12419e6


Remove @version $Id$ tags from pre-git SVN days.

Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/ba12419e
Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/ba12419e
Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/ba12419e

Branch: refs/heads/master
Commit: ba12419e6b73441a5a5c1e697ff32c9a9d28e855
Parents: 1132bc0
Author: Gary Gregory <ga...@gmail.com>
Authored: Mon Jun 11 12:18:57 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Mon Jun 11 12:18:57 2018 -0600

----------------------------------------------------------------------
 src/main/java/org/apache/commons/compress/utils/CharsetNames.java | 1 -
 src/test/java/org/apache/commons/compress/utils/CharsetsTest.java | 1 -
 2 files changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/ba12419e/src/main/java/org/apache/commons/compress/utils/CharsetNames.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/compress/utils/CharsetNames.java b/src/main/java/org/apache/commons/compress/utils/CharsetNames.java
index d2acdab..f6b9cc8 100644
--- a/src/main/java/org/apache/commons/compress/utils/CharsetNames.java
+++ b/src/main/java/org/apache/commons/compress/utils/CharsetNames.java
@@ -50,7 +50,6 @@ package org.apache.commons.compress.utils;
  *
  * @see <a href="https://download.oracle.com/javase/6/docs/api/java/nio/charset/Charset.html">Standard charsets</a>
  * @since 1.4
- * @version $Id$
  */
 public class CharsetNames {
     /**

http://git-wip-us.apache.org/repos/asf/commons-compress/blob/ba12419e/src/test/java/org/apache/commons/compress/utils/CharsetsTest.java
----------------------------------------------------------------------
diff --git a/src/test/java/org/apache/commons/compress/utils/CharsetsTest.java b/src/test/java/org/apache/commons/compress/utils/CharsetsTest.java
index 822b413..3f39e1c 100644
--- a/src/test/java/org/apache/commons/compress/utils/CharsetsTest.java
+++ b/src/test/java/org/apache/commons/compress/utils/CharsetsTest.java
@@ -26,7 +26,6 @@ import org.junit.Test;
 /**
  * Sanity checks for {@link Charsets}.
  *
- * @version $Id$
  */
 public class CharsetsTest {