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

cvs commit: jakarta-commons-sandbox/resources/src/java/org/apache/commons/resources/impl BasicMessage.java

jmitchell    2004/02/06 05:23:31

  Modified:    resources/src/java/org/apache/commons/resources/impl
                        BasicMessage.java
  Log:
  Add default constructor (needed for some of the O/R implementations)
  
  Revision  Changes    Path
  1.7       +7 -5      jakarta-commons-sandbox/resources/src/java/org/apache/commons/resources/impl/BasicMessage.java
  
  Index: BasicMessage.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/resources/src/java/org/apache/commons/resources/impl/BasicMessage.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- BasicMessage.java	13 Oct 2003 08:22:26 -0000	1.6
  +++ BasicMessage.java	6 Feb 2004 13:23:31 -0000	1.7
  @@ -80,7 +80,9 @@
   
   // -------------------------------------------------------------- Constructors
   
  -
  +    public BasicMessage() {
  +        super();
  +    }
       /**
        * Construct an action message with no replacement values.
        *
  
  
  

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