Skip to content

Commit 93691a5

Browse files
committed
Replace custom author tags with @author Apache Software Foundation.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130378 13f79535-47bb-0310-9956-ffa450edef68
1 parent 08a3ed2 commit 93691a5

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/java/org/apache/commons/codec/BinaryDecoder.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@
1919
/**
2020
* Defines common decoding methods for byte array decoders.
2121
*
22-
* @author Tim O'Brien
23-
* @author Gary Gregory
24-
* @version $Id: BinaryDecoder.java,v 1.9 2004/02/23 07:32:49 ggregory Exp $
22+
* @author Apache Software Foundation
23+
* @version $Id: BinaryDecoder.java,v 1.10 2004/06/15 18:14:15 ggregory Exp $
2524
*/
2625
public interface BinaryDecoder extends Decoder {
2726

0 commit comments

Comments
 (0)