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 a72d25f commit 2399a8dCopy full SHA for 2399a8d
make/scripts/genExceptions.sh
@@ -1,6 +1,6 @@
1
#! /bin/sh
2
#
3
-# Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved.
4
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5
6
# This code is free software; you can redistribute it and/or modify it
@@ -60,6 +60,7 @@ public `if [ ${ABSTRACT:-0} = 1 ];
60
extends ${SUPER}
61
{
62
63
+ @java.io.Serial
64
private static final long serialVersionUID = $SVUID;
65
__END__
66
0 commit comments