提交 213357ff 编写于 作者: D darcy

8036568: Serial incompatibility in java.util.TreeMap.NavigableSubMap

Reviewed-by: smarks
上级 ebe23b80
/* /*
* 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. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
...@@ -1338,6 +1338,7 @@ public class TreeMap<K,V> ...@@ -1338,6 +1338,7 @@ public class TreeMap<K,V>
*/ */
abstract static class NavigableSubMap<K,V> extends AbstractMap<K,V> abstract static class NavigableSubMap<K,V> extends AbstractMap<K,V>
implements NavigableMap<K,V>, java.io.Serializable { implements NavigableMap<K,V>, java.io.Serializable {
private static final long serialVersionUID = -2102997345730753016L;
/** /**
* The backing map. * The backing map.
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册