scolebourne 2004/01/05 14:19:51
Modified: collections/src/java/org/apache/commons/collections
IteratorUtils.java
Log:
Add public constructor
Revision Changes Path
1.19 +5 -5
jakarta-commons/collections/src/java/org/apache/commons/collections/IteratorUtils.java
Index: IteratorUtils.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/collections/src/java/org/apache/commons/collections/IteratorUtils.java,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- IteratorUtils.java 1 Dec 2003 22:48:59 -0000 1.18
+++ IteratorUtils.java 5 Jan 2004 22:19:51 -0000 1.19
@@ -4,7 +4,7 @@
*
* The Apache Software License, Version 1.1
*
- * Copyright (c) 2002-2003 The Apache Software Foundation. All rights
+ * Copyright (c) 2002-2004 The Apache Software Foundation. All rights
* reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -126,9 +126,9 @@
public static final OrderedMapIterator EMPTY_ORDERED_MAP_ITERATOR = new
EmptyOrderedMapIterator();
/**
- * Prevents instantiation.
+ * IteratorUtils is not normally instantiated.
*/
- private IteratorUtils() {
+ public IteratorUtils() {
}
// Empty
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]