> -----Original Message-----
> From: Konstantin Kolinko [mailto:knst.koli...@gmail.com]
> Sent: Monday, August 27, 2012 3:41 PM
> To: Tomcat Developers List
> Subject: Re: svn commit: r1377689 -
> /tomcat/trunk/java/org/apache/catalina/core/JreMemoryLeakPreventionListe
> ner.java
> 
> 2012/8/28 Filip Hanik (mailing lists) <devli...@hanik.com>:
> >>
> >> There are documentation glitches yet to be fixed:
> >> a. systemprops.xml change in trunk was not reverted by this commit.
> >>  It was reverted in 7.0.x only.
> > [Filip Hanik]
> > I don't see the property in trunk, do you?
> 
> I took care of that an hour ago.
> http://svn.apache.org/viewvc?rev=1377831&view=rev
[Filip Hanik] 
Got it, what's the point of the following code change?
-                        method.invoke(null, getGcDaemonPeriod());
+                        method.invoke(null,
Long.valueOf(getGcDaemonPeriod()));


> 
> >
> >> b. The new property is yet to be documented in listeners.xml.
> > [Filip Hanik]
> > Done
> >
> 
> Best regards,
> Konstantin Kolinko
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to