O dear, did I just break the code freeze? Or what does it actually mean a code freeze? (Still not clear after discussion on the other thread) Does it include changes like this?
Actually this could have waited 'till after the release. I just forgot.
Sorry about this.
I think absolutely no problem. It's only about "things, that may break other stuff". The code freeze period should in theory be used for tests if everything works ok. If not, fixes can be committed. The quality of the code base shell "in guarantee" not decrease in the code freeze period.
Joerg
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: dinsdag 11 november 2003 11:31
To: [EMAIL PROTECTED]
unico 2003/11/11 02:31:04
Modified: src/java/org/apache/cocoon/components/treeprocessor/sitemap
MountNode.java
Log:
fix line break
Revision Changes Path
1.9 +3 -2 cocoon-2.1/src/java/org/apache/cocoon/components/treeprocessor
/sitemap/MountNode.java
Index: MountNode.java
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/java/org/apache/cocoon/components/tre
eprocessor/sitemap/MountNode.java,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- MountNode.java 7 Nov 2003 12:51:38 -0000 1.8
+++ MountNode.java 11 Nov 2003 10:31:04 -0000 1.9
@@ -92,7 +92,8 @@
/** The component manager to be used by the mounted processor */
private ComponentManager manager;
- public MountNode(VariableResolver prefix, VariableResolver source, String language, TreeProcessor parentProcessor) { this.prefix = prefix;
+ public MountNode(VariableResolver prefix, VariableResolver source, String language, TreeProcessor parentProcessor) {
+ this.prefix = prefix;
this.source = source;
this.language = language;
this.parentProcessor = parentProcessor;
-- System Development VIRBUS AG Fon +49(0)341-979-7419 Fax +49(0)341-979-7409 [EMAIL PROTECTED] www.virbus.de
