Skip to content

Commit 5e541f6

Browse files
authored
Fix Javadoc since tags
1 parent d6772a2 commit 5e541f6

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/main/java/org/apache/commons/codec/binary/Base58OutputStream.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,12 @@
4949
* </p>
5050
*
5151
* @see Base58
52-
* @since 1.15
52+
* @since 1.21.0
5353
*/
5454
public class Base58OutputStream extends BaseNCodecOutputStream<Base58, Base58OutputStream, Base58OutputStream.Builder> {
5555

5656
/**
5757
* Builds instances of Base58OutputStream.
58-
*
59-
* @since 1.20.0
6058
*/
6159
public static class Builder extends BaseNCodecOutputStream.AbstractBuilder<Base58OutputStream, Base58, Builder> {
6260

@@ -92,7 +90,6 @@ protected Base58 newBaseNCodec() {
9290
* Constructs a new Builder.
9391
*
9492
* @return a new Builder.
95-
* @since 1.20.0
9693
*/
9794
public static Builder builder() {
9895
return new Builder();

0 commit comments

Comments
 (0)