Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Move classes to the unicast package.
  • Loading branch information
akarnokd committed Oct 3, 2017
commit e7eaa6b7c96b64c92032d2699e350aafd409c6e5
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* work. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.*
************************************************************************/

package org.reactivestreams.example.lazycast;
package org.reactivestreams.example.unicast;

import org.reactivestreams.*;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
* work. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.*
************************************************************************/

package org.reactivestreams.example.lazycast;
package org.reactivestreams.example.unicast;

import org.reactivestreams.Publisher;
import org.reactivestreams.example.unicast.RangePublisher;
import org.reactivestreams.tck.*;

public class RangePublisherTest extends PublisherVerification<Integer> {
Expand Down