Return-Path: Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 92073 invoked from network); 29 Aug 2000 19:47:25 -0000 Received: from unknown (HELO ?195.115.98.1?) (195.115.98.1) by locus.apache.org with SMTP; 29 Aug 2000 19:47:25 -0000 Received: from mail.imediation.com by [195.115.98.1] via smtpd (for locus.apache.org [63.211.145.10]) with SMTP; 29 Aug 2000 20:47:38 UT Received: (private information removed) From: Sebastien Sahuc Date: Tue, 29 Aug 2000 19:47:25 GMT Message-ID: <20000829.19472500@sahuc-s.imediation.com> Subject: [C2] small fix : sitmapManager always return true on hasChanged() To: cocoon-dev@xml.apache.org X-Mailer: Mozilla/3.0 (compatible; StarOffice/5.2;Linux) X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N SitmapManager always return true on hasChanged(), increasing unecessary = overhead at every request. Diff below. Sebastien Index: ./src/org/apache/cocoon/sitemap/SitemapManager.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file:=20 /home/cvspublic/xml-cocoon/src/org/apache/cocoon/sitemap/Attic/SitemapMa= nager.java,v retrieving revision 1.1.2.8 diff -r1.1.2.8 SitemapManager.java 96c96 < return true; --- > return false;