--- jsr166/src/jsr166y/ThreadLocalRandom.java 2009/07/20 21:54:51 1.4 +++ jsr166/src/jsr166y/ThreadLocalRandom.java 2009/07/21 00:15:14 1.5 @@ -73,7 +73,7 @@ public class ThreadLocalRandom extends R } /** - * Returns the current Thread's ThreadLocalRandom + * Returns the current Thread's ThreadLocalRandom. * @return the current Thread's ThreadLocalRandom */ public static ThreadLocalRandom current() {