Skip to content

Commit 1cb3d5a

Browse files
committed
Set SVN property for @Version $Id $
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@798607 13f79535-47bb-0310-9956-ffa450edef68
1 parent 93dcc36 commit 1cb3d5a

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/java/org/apache/commons/codec/binary/StringUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* @see CharEncoding
2929
* @see <a href="http://java.sun.com/j2se/1.4.2/docs/api/java/nio/charset/Charset.html">Standard charsets</a>
3030
* @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a>
31-
* @version $Id: $
31+
* @version $Id$
3232
* @since 1.4
3333
*/
3434
public class StringUtils {

src/test/org/apache/commons/codec/CharEncodingTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* Sanity checks for {@link CharEncoding}.
2525
*
2626
* @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a>
27-
* @version $Id: $
27+
* @version $Id$
2828
*/
2929
public class CharEncodingTest extends TestCase {
3030

src/test/org/apache/commons/codec/DecoderExceptionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* Tests {@link DecoderException}.
2424
*
2525
* @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a>
26-
* @version $Id: $
26+
* @version $Id$
2727
*/
2828
public class DecoderExceptionTest extends TestCase {
2929

src/test/org/apache/commons/codec/EncoderExceptionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* Tests {@link EncoderException}.
2424
*
2525
* @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a>
26-
* @version $Id: $
26+
* @version $Id$
2727
*/
2828
public class EncoderExceptionTest extends TestCase {
2929

src/test/org/apache/commons/codec/binary/StringUtilsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* Tests {@link StringUtils}
2828
*
2929
* @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a>
30-
* @version $Id: $
30+
* @version $Id$
3131
*/
3232
public class StringUtilsTest extends TestCase {
3333

src/test/org/apache/commons/codec/net/UtilsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* </p>
2727
*
2828
* @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a>
29-
* @version $Id: $
29+
* @version $Id$
3030
*/
3131
public class UtilsTest extends TestCase {
3232

0 commit comments

Comments
 (0)