You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by ks...@apache.org on 2008/09/08 21:43:25 UTC

svn commit: r693219 - /webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/DispositionReportFaultMessage.java

Author: kstam
Date: Mon Sep  8 12:43:25 2008
New Revision: 693219

URL: http://svn.apache.org/viewvc?rev=693219&view=rev
Log:
adding serializable id

Modified:
    webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/DispositionReportFaultMessage.java

Modified: webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/DispositionReportFaultMessage.java
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/DispositionReportFaultMessage.java?rev=693219&r1=693218&r2=693219&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/DispositionReportFaultMessage.java (original)
+++ webservices/juddi/branches/v3_trunk/uddi-ws/src/main/java/org/uddi/v3_service/DispositionReportFaultMessage.java Mon Sep  8 12:43:25 2008
@@ -33,7 +33,8 @@
     extends Exception
 {
 
-    /**
+	private static final long serialVersionUID = 1L;
+	/**
      * Java type that goes as soapenv:Fault detail element.
      * 
      */



---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-cvs-help@ws.apache.org