test/java/util/concurrent/FutureTask/BlockingTaskExecutor.java

Print this page

        

@@ -85,11 +85,11 @@
 
     /**
      * A helper class with a method to wait for a notification.
      *
      * The notification is received via the
-     * <code>sendNotification</code> method.
+     * {@code sendNotification} method.
      */
     static class NotificationReceiver {
         /** Has the notifiee been notified? */
         boolean notified = false;