Log Message
Deprecate AttributeNameIterator, it is an internal helper class only.
Modified Paths
Diff
Modified: branches/v-1.4.x/xstream/src/java/com/thoughtworks/xstream/io/AttributeNameIterator.java (2270 => 2271)
--- branches/v-1.4.x/xstream/src/java/com/thoughtworks/xstream/io/AttributeNameIterator.java 2014-03-03 18:50:07 UTC (rev 2270)
+++ branches/v-1.4.x/xstream/src/java/com/thoughtworks/xstream/io/AttributeNameIterator.java 2014-03-06 23:36:30 UTC (rev 2271)
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2005 Joe Walnes.
- * Copyright (C) 2006, 2007 XStream Committers.
+ * Copyright (C) 2006, 2007, 2014 XStream Committers.
* All rights reserved.
*
* The software in this package is published under the terms of the BSD
@@ -17,6 +17,7 @@
* Provide an iterator over the attribute names of the current node of a reader.
*
* @author Joe Walnes
+ * @deprecated As of upcoming, it is an internal helper class only
*/
public class AttributeNameIterator implements Iterator {
To unsubscribe from this list please visit:
