Title: [2265] branches/v-1.4.x/xstream/src/java/com/thoughtworks/xstream/core/util/OrderRetainingMap.java: Deprecate OrderRetainingMap.
Revision
2265
Author
joehni
Date
2014-02-11 12:25:29 -0600 (Tue, 11 Feb 2014)

Log Message

Deprecate OrderRetainingMap.

Modified Paths


Diff

Modified: branches/v-1.4.x/xstream/src/java/com/thoughtworks/xstream/core/util/OrderRetainingMap.java (2264 => 2265)


--- branches/v-1.4.x/xstream/src/java/com/thoughtworks/xstream/core/util/OrderRetainingMap.java	2014-02-11 18:16:56 UTC (rev 2264)
+++ branches/v-1.4.x/xstream/src/java/com/thoughtworks/xstream/core/util/OrderRetainingMap.java	2014-02-11 18:25:29 UTC (rev 2265)
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2005 Joe Walnes.
- * Copyright (C) 2006, 2007, 2013 XStream Committers.
+ * Copyright (C) 2006, 2007, 2013, 2014 XStream Committers.
  * All rights reserved.
  *
  * The software in this package is published under the terms of the BSD
@@ -22,6 +22,9 @@
 import java.util.Set;
 
 
+/**
+ * @deprecated As of upcoming use {@link java.util.LinkedHashMap}
+ */
 public class OrderRetainingMap extends HashMap {
 
     private ArraySet keyOrder = new ArraySet();

To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to