Skip to content

Commit dc1973c

Browse files
committed
Added missing serialVersionUID to CapacitySemaphore
Signed-off-by: David Matějček <[email protected]>
1 parent 4f8f501 commit dc1973c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nucleus/glassfish-jul-extension/src/main/java/org/glassfish/main/jul/handler/LogRecordBuffer.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2022, 2024 Eclipse Foundation and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2022, 2025 Contributors to the Eclipse Foundation
33
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0, which is available at
@@ -271,6 +271,8 @@ public String toString() {
271271

272272
private static class CapacitySemaphore extends Semaphore {
273273

274+
private static final long serialVersionUID = -4575150599241117311L;
275+
274276
public CapacitySemaphore() {
275277
super(0, true);
276278
}

0 commit comments

Comments
 (0)