New Java 8 compiler problems
This commit is contained in:
parent
2342a49336
commit
2e43102991
@ -133,7 +133,7 @@ final class R2DBC {
|
||||
// Utilities to pass the TCK
|
||||
// -------------------------------------------------------------------------
|
||||
|
||||
static abstract class AbstractSubscription<T> implements Subscription {
|
||||
static abstract class AbstractSubscription<T> implements org.reactivestreams.Subscription {
|
||||
|
||||
final AtomicBoolean completed;
|
||||
final AtomicLong requested;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user