jdk/test/java/util/concurrent/FutureTask/BlockingTaskExecutor.java
changeset 7518 0282db800fe1
parent 5506 202f599c92aa
child 7668 d4a77089c587
equal deleted inserted replaced
7517:7303bc0e78d6 7518:0282db800fe1
    85 
    85 
    86     /**
    86     /**
    87      * A helper class with a method to wait for a notification.
    87      * A helper class with a method to wait for a notification.
    88      *
    88      *
    89      * The notification is received via the
    89      * The notification is received via the
    90      * <code>sendNotification</code> method.
    90      * {@code sendNotification} method.
    91      */
    91      */
    92     static class NotificationReceiver {
    92     static class NotificationReceiver {
    93         /** Has the notifiee been notified? */
    93         /** Has the notifiee been notified? */
    94         boolean notified = false;
    94         boolean notified = false;
    95 
    95