diff --git a/core/src/main/java/com/threerings/getdown/util/Base64.java b/core/src/main/java/com/threerings/getdown/util/Base64.java index e00a991..2a5db79 100644 --- a/core/src/main/java/com/threerings/getdown/util/Base64.java +++ b/core/src/main/java/com/threerings/getdown/util/Base64.java @@ -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. */