ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/SubmissionPublisherTest.java
(Generate patch)

Comparing jsr166/src/test/tck/SubmissionPublisherTest.java (file contents):
Revision 1.7 by jsr166, Mon Sep 7 21:25:50 2015 UTC vs.
Revision 1.8 by jsr166, Mon Sep 7 21:36:03 2015 UTC

# Line 360 | Line 360 | public class SubmissionPublisherTest ext
360      }
361  
362      /**
363 <     * subscribe(null) thows NPE
363 >     * subscribe(null) throws NPE
364       */
365      public void testSubscribe6() {
366          SubmissionPublisher<Integer> p = basicPublisher();
# Line 455 | Line 455 | public class SubmissionPublisherTest ext
455      }
456  
457      /**
458 <     * If a handler is supplied in conctructor, it is invoked when
458 >     * If a handler is supplied in constructor, it is invoked when
459       * subscriber throws an exception in onNext
460       */
461      public void testThrowOnNextHandler() {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines