You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by tr...@apache.org on 2004/06/14 14:44:43 UTC

cvs commit: jakarta-commons-sandbox/id/src/java/org/apache/commons/id/uuid/state ReadWriteFileStateImpl.java

treilly     2004/06/14 05:44:43

  Modified:    id/src/java/org/apache/commons/id/uuid/state
                        ReadWriteFileStateImpl.java
  Log:
  Fixed javadocs added throws IOException
  
  Revision  Changes    Path
  1.5       +3 -1      jakarta-commons-sandbox/id/src/java/org/apache/commons/id/uuid/state/ReadWriteFileStateImpl.java
  
  Index: ReadWriteFileStateImpl.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/id/src/java/org/apache/commons/id/uuid/state/ReadWriteFileStateImpl.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ReadWriteFileStateImpl.java	31 May 2004 07:00:12 -0000	1.4
  +++ ReadWriteFileStateImpl.java	14 Jun 2004 12:44:43 -0000	1.5
  @@ -48,6 +48,7 @@
        *
        * @param nodes the Set to create xml for.
        * @return an XML string of the node Set.
  +     * @throws IOException an IOException.
        */
       private String genXML(Set nodes) throws IOException {
           Iterator it = nodes.iterator();
  @@ -75,6 +76,7 @@
        * @param nodes the Set to create xml for.
        * @param timestamp the timestamp to write for all nodes.
        * @return an XML string of the node Set.
  +     * @throws IOException an IOException.
        */
       private String genXML(Set nodes, long timestamp)  throws IOException {
           Iterator it = nodes.iterator();
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org