Skip to content

Commit 5dcf176

Browse files
committed
java-parent-pom -> 1.26.0 (finalize)
1 parent 91e88fd commit 5dcf176

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

affinity/src/main/java/net/openhft/affinity/AffinityLock.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ public void close() {
446446
release();
447447
}
448448

449-
@SuppressWarnings("removal")
449+
@SuppressWarnings({"deprecation", "removal"})
450450
@Override
451451
protected void finalize() throws Throwable {
452452
if (bound) {

0 commit comments

Comments
 (0)