Skip to content

Commit

Permalink
Polishing.
Browse files Browse the repository at this point in the history
[#458]

Signed-off-by: Mark Paluch <mpaluch@vmware.com>
  • Loading branch information
mp911de committed Oct 19, 2021
1 parent 3a9fe8d commit 437a79f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
import java.util.LinkedList;
import java.util.NoSuchElementException;
import java.util.concurrent.atomic.AtomicBoolean;
import java.util.logging.Level;

import static io.r2dbc.postgresql.client.EncodedParameter.NULL_VALUE;
import static io.r2dbc.postgresql.codec.PostgresqlObjectId.INT4;
Expand Down Expand Up @@ -334,7 +333,6 @@ void releasesArgumentsOnCancel() {
.bind("$1", 200)
.execute()
.flatMap(PostgresqlResult::getRowsUpdated)
.log("foo", Level.SEVERE)
.as(StepVerifier::create)
.verifyError(R2dbcNonTransientResourceException.class);

Expand Down

0 comments on commit 437a79f

Please sign in to comment.