Author: simonetripodi
Date: Sun Sep 4 14:16:15 2011
New Revision: 1165028
URL: http://svn.apache.org/viewvc?rev=1165028&view=rev
Log:
added missing generated serialVersionUID
Modified:
commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/web/portlet/PortletWebContext.java
Modified:
commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/web/portlet/PortletWebContext.java
URL:
http://svn.apache.org/viewvc/commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/web/portlet/PortletWebContext.java?rev=1165028&r1=1165027&r2=1165028&view=diff
==============================================================================
---
commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/web/portlet/PortletWebContext.java
(original)
+++
commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/web/portlet/PortletWebContext.java
Sun Sep 4 14:16:15 2011
@@ -39,6 +39,12 @@ import org.apache.commons.chain.web.WebC
public class PortletWebContext extends WebContext {
+ /**
+ *
+ */
+ private static final long serialVersionUID = -6928446126906631819L;
+
+
// ------------------------------------------------------------
Constructors