svn commit: r16522 - trunk/src/argouml-app/src/org/argouml/util/IteratorEnumeration.java

Tom Morris <[email protected]>
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: tfmorris
Date: 2009-01-05 10:14:19-0800
New Revision: 16522

Modified:
   trunk/src/argouml-app/src/org/argouml/util/IteratorEnumeration.java

Log:
Javadoc updates.  No functional change.

Modified: trunk/src/argouml-app/src/org/argouml/util/IteratorEnumeration.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/util/IteratorEnumeration.java?view=diff&pathrev=16522&r1=16521&r2=16522
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/util/IteratorEnumeration.java	(original)
+++ trunk/src/argouml-app/src/org/argouml/util/IteratorEnumeration.java	2009-01-05 10:14:19-0800
@@ -38,6 +38,11 @@
 
     private Iterator<T> it;
     
+    /**
+     * Construct an Enumeration based on the given Iterator.
+     * 
+     * @param iterator the iterator to be wrapped 
+     */
     public IteratorEnumeration(Iterator<T> iterator) {
         it = iterator;
     }

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=1005856

To unsubscribe from this discussion, e-mail: [[email protected]].
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.