Add missing svn:keywords.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1684264 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2015-06-08 20:06:29 +00:00
parent b653182a8a
commit bb7ddb5396
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ import org.apache.commons.collections4.iterators.SingletonIterator;
*
* @param <E> the element type
* @since 4.1
* @version $Id: $
* @version $Id$
*/
public class FluentIterable<E> implements Iterable<E> {