Skip to content

Commit 8c8f3d8

Browse files
committed
Fix spotbugs failure
1 parent 8dfb7ea commit 8c8f3d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bosk-sql/src/main/java/works/bosk/drivers/sql/SqlDriverImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ private <T> void replaceAndCommit(JsonNode state, Reference<T> target, T newValu
485485
} catch (JsonProcessingException e) {
486486
throw new NotYetImplementedException(e);
487487
}
488-
long revision = insertChange(connection, target, nodeJson);
488+
insertChange(connection, target, nodeJson);
489489
using(connection)
490490
.update(BOSK)
491491
.set(STATE, stateJson)

0 commit comments

Comments
 (0)