Skip to content

Commit 0fc7c8d

Browse files
author
Roger Riggs
committed
8267751: (test) jtreg.SkippedException has no serial VersionUID
Reviewed-by: naoto, iignatyev, iris
1 parent a859d87 commit 0fc7c8d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/lib/jtreg/SkippedException.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2018, 2021, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -28,6 +28,8 @@
2828
* of skipped status.
2929
*/
3030
public final class SkippedException extends RuntimeException {
31+
private static final long serialVersionUID = 1347132660681446077L;
32+
3133
public SkippedException(String s, Throwable t) {
3234
super(s, t);
3335
}

0 commit comments

Comments
 (0)