Fix Javadoc error.

This commit is contained in:
Michael Bayne
2018-10-19 09:48:43 -07:00
parent 2bc0fc970e
commit 0efc039a17
@@ -58,7 +58,7 @@ public class Base64 {
public static final int URL_SAFE = 8;
/**
* Flag to pass to {@link Base64OutputStream} to indicate that it
* Flag to pass to {@code Base64OutputStream} to indicate that it
* should not close the output stream it is wrapping when it
* itself is closed.
*/