< prev index next >

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

Print this page
8225490: Miscellaneous changes imported from jsr166 CVS 2019-09
Reviewed-by: martin, alanb

@@ -101,11 +101,11 @@
      * The notification is received via the
      * {@code sendNotification} method.
      */
     static class NotificationReceiver {
         /** Has the notifiee been notified? */
-        boolean notified = false;
+        boolean notified;
 
         /**
          * Notify the notification receiver.
          */
         public synchronized void sendNotification() {
< prev index next >