This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git
The following commit(s) were added to refs/heads/master by this push:
new 0643fdd0 Javadoc 8 doesn't know how to find this link
0643fdd0 is described below
commit 0643fdd0b7fcac6bd1543cdd1868ec7b5de4bbcc
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jan 16 07:04:09 2026 -0500
Javadoc 8 doesn't know how to find this link
---
src/main/java/org/apache/commons/codec/binary/Base64.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/main/java/org/apache/commons/codec/binary/Base64.java
b/src/main/java/org/apache/commons/codec/binary/Base64.java
index 824d3549..33b46c67 100644
--- a/src/main/java/org/apache/commons/codec/binary/Base64.java
+++ b/src/main/java/org/apache/commons/codec/binary/Base64.java
@@ -44,7 +44,8 @@ import org.apache.commons.codec.CodecPolicy;
* <li>Padding; defaults is {@code '='}.</li>
* </ul>
* <p>
- * The URL-safe parameter is only applied to encode operations. Decoding
seamlessly handles both modes, see also {@link
Builder#setDecodeTableFormat(DecodeTableFormat)}.
+ * The URL-safe parameter is only applied to encode operations. Decoding
seamlessly handles both modes, see also
+ * {@code Builder#setDecodeTableFormat(DecodeTableFormat)}.
* </p>
* <p>
* Since this class operates directly on byte streams, and not character
streams, it is hard-coded to only encode/decode character encodings which are