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 6bb15a5 commit 14a40fdCopy full SHA for 14a40fd
src/java.logging/share/classes/java/util/logging/LoggingPermission.java
@@ -26,6 +26,7 @@
26
27
package java.util.logging;
28
29
+import java.io.Serial;
30
31
/**
32
* This class is for logging permissions. Currently there is only one
@@ -48,6 +49,7 @@
48
49
@Deprecated(since="25", forRemoval=true)
50
public final class LoggingPermission extends java.security.BasicPermission {
51
52
+ @Serial
53
private static final long serialVersionUID = 63564341580231582L;
54
55
0 commit comments