8036568: Serial incompatibility in java.util.TreeMap.NavigableSubMap
Reviewed-by: smarks
This commit is contained in:
parent
2e148fb065
commit
3889cebe94
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1997, 2014, 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
|
||||
@ -1335,6 +1335,7 @@ public class TreeMap<K,V>
|
||||
*/
|
||||
abstract static class NavigableSubMap<K,V> extends AbstractMap<K,V>
|
||||
implements NavigableMap<K,V>, java.io.Serializable {
|
||||
private static final long serialVersionUID = -2102997345730753016L;
|
||||
/**
|
||||
* The backing map.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user