bloritsch 01/05/31 12:01:48
Modified: src/org/apache/cocoon/sitemap Handler.java
Log:
Readded synchronized modifier for method on Handler
Revision Changes Path
1.8 +2 -2 xml-cocoon2/src/org/apache/cocoon/sitemap/Handler.java
Index: Handler.java
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/org/apache/cocoon/sitemap/Handler.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Handler.java 2001/05/31 17:38:52 1.7
+++ Handler.java 2001/05/31 19:01:46 1.8
@@ -42,7 +42,7 @@
* @author <a href="mailto:[EMAIL PROTECTED]">Carsten Ziegeler</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Giacomo Pati</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Stefano Mazzocchi</a>
- * @version CVS $Revision: 1.7 $ $Date: 2001/05/31 17:38:52 $
+ * @version CVS $Revision: 1.8 $ $Date: 2001/05/31 19:01:46 $
*/
public class Handler extends AbstractLoggable
implements Runnable, Configurable, Composable, Contextualizable, Processor,
Disposable {
@@ -154,7 +154,7 @@
}
}
- protected void regenerate (Environment environment)
+ protected synchronized void regenerate (Environment environment)
throws Exception {
getLogger().debug("Beginning sitemap regeneration");
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]