Skip to content

Commit 2399a8d

Browse files
committed
8230373: Use java.io.Serial in generated exception types
Reviewed-by: erikj, alanb
1 parent a72d25f commit 2399a8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

make/scripts/genExceptions.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
#
3-
# Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
3+
# Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved.
44
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
55
#
66
# This code is free software; you can redistribute it and/or modify it
@@ -60,6 +60,7 @@ public `if [ ${ABSTRACT:-0} = 1 ];
6060
extends ${SUPER}
6161
{
6262
63+
@java.io.Serial
6364
private static final long serialVersionUID = $SVUID;
6465
__END__
6566

0 commit comments

Comments
 (0)