You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2008/02/22 10:50:24 UTC

svn commit: r630133 - /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/lib/jsf/SerializableConverter.java

Author: skitching
Date: Fri Feb 22 01:50:19 2008
New Revision: 630133

URL: http://svn.apache.org/viewvc?rev=630133&view=rev
Log:
Add comment only.

Modified:
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/lib/jsf/SerializableConverter.java

Modified: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/lib/jsf/SerializableConverter.java
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/lib/jsf/SerializableConverter.java?rev=630133&r1=630132&r2=630133&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/lib/jsf/SerializableConverter.java (original)
+++ myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/lib/jsf/SerializableConverter.java Fri Feb 22 01:50:19 2008
@@ -109,6 +109,10 @@
  * the bean, invoking serialization on the real object, then on deserialize re-wrapping
  * the bean in proxies. However as this code is unlikely to ever be used, this has not
  * been implemented.
+ * <p>
+ * Hopefully in some later release, the Orchestra-generated proxies will be able to
+ * correctly serialize themselves automatically. When that happens, this class will
+ * no longer be needed.
  */
 public class SerializableConverter implements Converter, StateHolder
 {