[Fb-contrib-commit] SF.net SVN: fb-contrib: [639] trunk/fb-contrib/etc/messages.xml
Brought to you by:
dbrosius
From: <dbr...@us...> - 2006-09-10 01:51:20
|
Revision: 639 http://svn.sourceforge.net/fb-contrib/?rev=639&view=rev Author: dbrosius Date: 2006-09-09 18:51:12 -0700 (Sat, 09 Sep 2006) Log Message: ----------- better message Modified Paths: -------------- trunk/fb-contrib/etc/messages.xml Modified: trunk/fb-contrib/etc/messages.xml =================================================================== --- trunk/fb-contrib/etc/messages.xml 2006-09-10 00:41:26 UTC (rev 638) +++ trunk/fb-contrib/etc/messages.xml 2006-09-10 01:51:12 UTC (rev 639) @@ -1479,7 +1479,9 @@ because this class does not take the responsibility of writing these fields out either using Serializable's writeObject method, or Externalizable's writeExternal method. Therefore when this class is read from a stream, the superclass fields - will only be initialized to the values specified in it's default constructor.</p> + will only be initialized to the values specified in it's default constructor. + If possible, change the superclass to implement Serializable, or implement + Serializable or Externalizable methods in the child class.</p> ]]> </Details> </BugPattern> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |