equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved. |
2 * Copyright (c) 1996, 2018, Oracle and/or its affiliates. All rights reserved. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 * |
4 * |
5 * This code is free software; you can redistribute it and/or modify it |
5 * This code is free software; you can redistribute it and/or modify it |
6 * under the terms of the GNU General Public License version 2 only, as |
6 * under the terms of the GNU General Public License version 2 only, as |
7 * published by the Free Software Foundation. Oracle designates this |
7 * published by the Free Software Foundation. Oracle designates this |
62 // Declare serialVersionUID to be compatible with JDK1.1 |
62 // Declare serialVersionUID to be compatible with JDK1.1 |
63 /** |
63 /** |
64 * The class fingerprint that is set to indicate serialization |
64 * The class fingerprint that is set to indicate serialization |
65 * compatibility with a previous version of the class. |
65 * compatibility with a previous version of the class. |
66 */ |
66 */ |
|
67 @SuppressWarnings("serial") // serialVersionUID in an interface is ineffectual |
67 static final long serialVersionUID = 6034044314589513430L; |
68 static final long serialVersionUID = 6034044314589513430L; |
68 } |
69 } |