You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oltu.apache.org by si...@apache.org on 2010/07/05 16:42:08 UTC

svn commit: r960609 - /incubator/amber/trunk/spec-api/src/main/java/org/apache/amber/OAuthRuntimeException.java

Author: simonetripodi
Date: Mon Jul  5 14:42:08 2010
New Revision: 960609

URL: http://svn.apache.org/viewvc?rev=960609&view=rev
Log:
added missing serialVersionUID

Modified:
    incubator/amber/trunk/spec-api/src/main/java/org/apache/amber/OAuthRuntimeException.java

Modified: incubator/amber/trunk/spec-api/src/main/java/org/apache/amber/OAuthRuntimeException.java
URL: http://svn.apache.org/viewvc/incubator/amber/trunk/spec-api/src/main/java/org/apache/amber/OAuthRuntimeException.java?rev=960609&r1=960608&r2=960609&view=diff
==============================================================================
--- incubator/amber/trunk/spec-api/src/main/java/org/apache/amber/OAuthRuntimeException.java (original)
+++ incubator/amber/trunk/spec-api/src/main/java/org/apache/amber/OAuthRuntimeException.java Mon Jul  5 14:42:08 2010
@@ -21,12 +21,13 @@ package org.apache.amber;
  * Unchecked exception wrapper, thrown when there is a configuration or other
  * unchecked exception that prevents the implementation from operating.
  * </p>
- * 
- * @version $Revision$ $Date$
- * 
+ *
+ * @version $Id$
  */
 public class OAuthRuntimeException extends RuntimeException {
 
+    private static final long serialVersionUID = 1L;
+
     /**
      * @param message
      * @param cause