You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by sc...@apache.org on 2002/06/29 12:12:35 UTC

cvs commit: jakarta-commons-sandbox/pattern/src/java/org/apache/commons/pattern/factory Factory.java

scolebourne    2002/06/29 03:12:35

  Modified:    pattern/src/java/org/apache/commons/pattern/factory
                        Factory.java
  Log:
  Fix Javadoc
  
  Revision  Changes    Path
  1.4       +1 -1      jakarta-commons-sandbox/pattern/src/java/org/apache/commons/pattern/factory/Factory.java
  
  Index: Factory.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/pattern/src/java/org/apache/commons/pattern/factory/Factory.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Factory.java	27 Jun 2002 21:57:34 -0000	1.3
  +++ Factory.java	29 Jun 2002 10:12:35 -0000	1.4
  @@ -63,7 +63,7 @@
   public interface Factory {
       
       /**
  -     * Deserializes a single object from an array of bytes.
  +     * Create a new object.
        *
        * @return an new object
        * @throws FactoryException (runtime) if the factory cannot create an object
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>