We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f8f501 commit dc1973cCopy full SHA for dc1973c
nucleus/glassfish-jul-extension/src/main/java/org/glassfish/main/jul/handler/LogRecordBuffer.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2022, 2024 Eclipse Foundation and/or its affiliates. All rights reserved.
+ * Copyright (c) 2022, 2025 Contributors to the Eclipse Foundation
3
*
4
* This program and the accompanying materials are made available under the
5
* terms of the Eclipse Public License v. 2.0, which is available at
@@ -271,6 +271,8 @@ public String toString() {
271
272
private static class CapacitySemaphore extends Semaphore {
273
274
+ private static final long serialVersionUID = -4575150599241117311L;
275
+
276
public CapacitySemaphore() {
277
super(0, true);
278
}
0 commit comments