ReferenceMap is no longer serializable. There were issues with its
serialization methods on Java 1.3 (but 1.2 and 1.4 worked). Issue will be addressed in a later release. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@130801 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
03d33d8323
commit
f9d36a36f4
Binary file not shown.
Binary file not shown.
|
@ -1,7 +1,7 @@
|
||||||
/*
|
/*
|
||||||
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/ReferenceMap.java,v 1.5 2002/08/13 01:04:19 pjack Exp $
|
* $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//collections/src/java/org/apache/commons/collections/ReferenceMap.java,v 1.6 2002/08/19 19:44:59 pjack Exp $
|
||||||
* $Revision: 1.5 $
|
* $Revision: 1.6 $
|
||||||
* $Date: 2002/08/13 01:04:19 $
|
* $Date: 2002/08/19 19:44:59 $
|
||||||
*
|
*
|
||||||
* ====================================================================
|
* ====================================================================
|
||||||
*
|
*
|
||||||
|
@ -121,11 +121,11 @@ import java.util.Set;
|
||||||
* provide synchronized access to a <Code>ReferenceMap</Code>.
|
* provide synchronized access to a <Code>ReferenceMap</Code>.
|
||||||
*
|
*
|
||||||
* @author Paul Jack
|
* @author Paul Jack
|
||||||
* @version $Id: ReferenceMap.java,v 1.5 2002/08/13 01:04:19 pjack Exp $
|
* @version $Id: ReferenceMap.java,v 1.6 2002/08/19 19:44:59 pjack Exp $
|
||||||
* @since 2.1
|
* @since 2.1
|
||||||
* @see java.lang.ref.Reference
|
* @see java.lang.ref.Reference
|
||||||
*/
|
*/
|
||||||
public class ReferenceMap extends AbstractMap implements Serializable {
|
public class ReferenceMap extends AbstractMap {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* For serialization.
|
* For serialization.
|
||||||
|
|
Loading…
Reference in New Issue