Skip to content

Commit

Permalink
8230373: Use java.io.Serial in generated exception types
Browse files Browse the repository at this point in the history
Reviewed-by: erikj, alanb
  • Loading branch information
jddarcy committed Aug 31, 2019
1 parent a72d25f commit 2399a8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion make/scripts/genExceptions.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
#
# Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
Expand Down Expand Up @@ -60,6 +60,7 @@ public `if [ ${ABSTRACT:-0} = 1 ];
extends ${SUPER}
{
@java.io.Serial
private static final long serialVersionUID = $SVUID;
__END__

Expand Down

0 comments on commit 2399a8d

Please sign in to comment.