Author: julien(a)jboss.com
Date: 2007-02-22 18:13:40 -0500 (Thu, 22 Feb 2007)
New Revision: 6381
Modified:
trunk/core/src/main/org/jboss/portal/core/model/content/ContentType.java
Log:
made ContentType class serializable
Modified: trunk/core/src/main/org/jboss/portal/core/model/content/ContentType.java
===================================================================
--- trunk/core/src/main/org/jboss/portal/core/model/content/ContentType.java 2007-02-22
23:12:44 UTC (rev 6380)
+++ trunk/core/src/main/org/jboss/portal/core/model/content/ContentType.java 2007-02-22
23:13:40 UTC (rev 6381)
@@ -22,13 +22,15 @@
******************************************************************************/
package org.jboss.portal.core.model.content;
+import java.io.Serializable;
+
/**
* Type safe string for notion of content type.
*
* @author <a href="mailto:julien@jboss.org">Julien Viet</a>
* @version $Revision: 1.1 $
*/
-public final class ContentType
+public final class ContentType implements Serializable
{
/** . */
Show replies by date