--- jsr166/src/main/java/util/SplittableRandom.java 2016/11/12 03:15:13 1.34 +++ jsr166/src/main/java/util/SplittableRandom.java 2016/11/13 02:23:22 1.35 @@ -532,7 +532,7 @@ public final class SplittableRandom { /** * Generates a pseudorandom number with the indicated number of - * bits. Unlike in superclass @{link Random}, this method is never + * bits. Unlike in superclass {@link Random}, this method is never * internally called or used by any other publicly accessible * method. *