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

Print this page

        

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