Skip to content

Commit 0643fdd

Browse files
committed
Javadoc 8 doesn't know how to find this link
1 parent f9808d1 commit 0643fdd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • src/main/java/org/apache/commons/codec/binary

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@
4444
* <li>Padding; defaults is {@code '='}.</li>
4545
* </ul>
4646
* <p>
47-
* The URL-safe parameter is only applied to encode operations. Decoding seamlessly handles both modes, see also {@link Builder#setDecodeTableFormat(DecodeTableFormat)}.
47+
* The URL-safe parameter is only applied to encode operations. Decoding seamlessly handles both modes, see also
48+
* {@code Builder#setDecodeTableFormat(DecodeTableFormat)}.
4849
* </p>
4950
* <p>
5051
* Since this class operates directly on byte streams, and not character streams, it is hard-coded to only encode/decode character encodings which are

0 commit comments

Comments
 (0)