On Tue, 2008-07-01 at 22:50 +0100, sebb wrote: > On 01/07/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Author: olegk > > Date: Tue Jul 1 11:52:41 2008 > > New Revision: 673172 > > > > URL: http://svn.apache.org/viewvc?rev=673172&view=rev > > Log: > > HTTPCLIENT-668: removed static loggers > >
... > I'm not sure why the loggers were made transient - surely that is only > needed if the class is serializable *and* one wishes to avoid changing > the serialVersionUID? In which case the readResolve() method needs to > be added to ensure that the transient field is initialised (as > described in the Wiki). > > S/// > You are right. I removed transient modifier from declarations of Log instance variables Oleg > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
