Revision 866 org.gvsig.proj/branches/refactor2018/org.gvsig.proj/org.gvsig.proj.swing/org.gvsig.proj.swing.api/src/main/java/org/gvsig/proj/swing/RecentHistory.java

View differences:

RecentHistory.java
66 66
	 * the age of the element in the collection (newer objects come first).
67 67
	 * 
68 68
	 * Concurrent changes in the RecentHistory instance do not affect nor modify
69
	 * the iterator.  
69
	 * the returned iterator.  
70 70
	 * @return
71 71
	 */
72 72
	Iterator<E> iterator();
73
	
74 73

  
75 74
	/**
76 75
	 * Returns the elements in this collection as an unmodifiable List,

Also available in: Unified diff