You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by su...@apache.org on 2002/10/09 07:29:52 UTC

cvs commit: jakarta-commons/lang/src/java/org/apache/commons/lang/exception NestableDelegate.java

sullis      2002/10/08 22:29:52

  Modified:    lang/src/java/org/apache/commons/lang/exception
                        NestableDelegate.java
  Log:
  this class now implements java.io.Serializable
  
  Revision  Changes    Path
  1.10      +4 -2      jakarta-commons/lang/src/java/org/apache/commons/lang/exception/NestableDelegate.java
  
  Index: NestableDelegate.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/lang/src/java/org/apache/commons/lang/exception/NestableDelegate.java,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- NestableDelegate.java	29 Sep 2002 08:20:52 -0000	1.9
  +++ NestableDelegate.java	9 Oct 2002 05:29:52 -0000	1.10
  @@ -63,14 +63,16 @@
    * @author <a href="mailto:dlr@collab.net">Daniel Rall</a>
    * @author <a href="mailto:knielsen@apache.org">Kasper Nielsen</a>
    * @author <a href="mailto:steven@caswell.name">Steven Caswell</a>
  + * @author Sean C. Sullivan
    * @version $Id$
    */
   public class NestableDelegate
  +	implements java.io.Serializable
   {
       /**
        * Constructor error message.
        */
  -    private static final String MUST_BE_THROWABLE =
  +    private transient static final String MUST_BE_THROWABLE =
           "The Nestable implementation passed to the NestableDelegate(Nestable) "
           + "constructor must extend java.lang.Throwable";
   
  
  
  

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