diff -r 7303bc0e78d6 -r 0282db800fe1 jdk/test/java/util/concurrent/FutureTask/BlockingTaskExecutor.java --- a/jdk/test/java/util/concurrent/FutureTask/BlockingTaskExecutor.java Wed Dec 01 13:01:53 2010 -0800 +++ b/jdk/test/java/util/concurrent/FutureTask/BlockingTaskExecutor.java Wed Dec 01 21:46:52 2010 +0000 @@ -87,7 +87,7 @@ * A helper class with a method to wait for a notification. * * The notification is received via the - * sendNotification method. + * {@code sendNotification} method. */ static class NotificationReceiver { /** Has the notifiee been notified? */