[jboss-cvs] system2/src/main/org/jboss/deployers/spi ...

Scott Stark scott.stark at jboss.com
Wed Jul 12 20:23:07 EDT 2006


  User: starksm 
  Date: 06/07/12 20:23:07

  Modified:    src/main/org/jboss/deployers/spi  DeploymentState.java
  Log:
  Add the missing serialVersionUID
  
  Revision  Changes    Path
  1.3       +3 -1      system2/src/main/org/jboss/deployers/spi/DeploymentState.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: DeploymentState.java
  ===================================================================
  RCS file: /cvsroot/jboss/system2/src/main/org/jboss/deployers/spi/DeploymentState.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- DeploymentState.java	25 Jan 2005 13:00:51 -0000	1.2
  +++ DeploymentState.java	13 Jul 2006 00:23:07 -0000	1.3
  @@ -17,10 +17,12 @@
    * based on Scott's original class.
    *
    * @author <a href="mailto:dimitris at jboss.org">Dimitris Andreadis</a>
  - * @version $Revision: 1.2 $
  + * @version $Revision: 1.3 $
    */
   public class DeploymentState implements Serializable
   {
  +   private static final long serialVersionUID = 1;
  +
      // Static --------------------------------------------------------
      
      /** DeploymentContext constructed */
  
  
  



More information about the jboss-cvs-commits mailing list