Skip to content

Commit 3efc1d8

Browse files
committed
Normalize @author and @Version tag order and add missing @Version tags.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@165708 13f79535-47bb-0310-9956-ffa450edef68
1 parent 7932bdb commit 3efc1d8

11 files changed

Lines changed: 11 additions & 7 deletions

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
import junit.framework.TestCase;
2020

2121
/**
22-
* @version $Id$
2322
* @author Apache Software Foundation
23+
* @version $Id$
2424
*/
2525
public abstract class BinaryEncoderAbstractTest extends TestCase {
2626

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
import junit.framework.TestCase;
2020

2121
/**
22-
* @version $Id$
2322
* @author Apache Software Foundation
23+
* @version $Id$
2424
*/
2525
public abstract class StringEncoderAbstractTest extends TestCase {
2626

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
/**
2929
* Test cases for the StingEncoderComparator.
3030
*
31-
* @version $Id$
3231
* @author Apache Software Foundation
32+
* @version $Id$
3333
*/
3434
public class StringEncoderComparatorTest extends TestCase {
3535

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
import junit.framework.TestCase;
2424

2525
/**
26-
* @version $Id$
2726
* @author Apache Software Foundation
27+
* @version $Id$
2828
*/
2929
public class Base64Test extends TestCase {
3030

src/test/org/apache/commons/codec/language/MetaphoneTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
import org.apache.commons.codec.StringEncoderAbstractTest;
2424

2525
/**
26-
* @version $Id$
2726
* @author Apache Software Foundation
27+
* @version $Id$
2828
*/
2929
public class MetaphoneTest extends StringEncoderAbstractTest {
3030

src/test/org/apache/commons/codec/language/RefinedSoundexTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
/**
2727
* Tests RefinedSoundex.
2828
*
29-
* @version $Id$
3029
* @author Apache Software Foundation
30+
* @version $Id$
3131
*/
3232
public class RefinedSoundexTest extends StringEncoderAbstractTest {
3333

src/test/org/apache/commons/codec/language/SoundexTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
/**
2828
* Tests {@link Soundex}
2929
*
30-
* @version $Id$
3130
* @author Apache Software Foundation
31+
* @version $Id$
3232
*/
3333
public class SoundexTest extends StringEncoderAbstractTest {
3434

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
* Quoted-printable codec test cases
2626
*
2727
* @author <a href="mailto:oleg@ural.ru">Oleg Kalnichevski</a>
28+
* @version $Id$
2829
*/
2930
public class BCodecTest extends TestCase {
3031

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
* Quoted-printable codec test cases
2727
*
2828
* @author <a href="mailto:oleg@ural.ru">Oleg Kalnichevski</a>
29+
* @version $Id$
2930
*/
3031
public class QCodecTest extends TestCase {
3132

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
* Quoted-printable codec test cases
2626
*
2727
* @author <a href="mailto:oleg@ural.ru">Oleg Kalnichevski</a>
28+
* @version $Id$
2829
*/
2930
public class QuotedPrintableCodecTest extends TestCase {
3031

0 commit comments

Comments
 (0)