[EMAIL PROTECTED] wrote:

--- JXPathBindingManager.java 6 Feb 2004 14:33:05 -0000 1.19
+++ JXPathBindingManager.java 29 Feb 2004 09:20:56 -0000 1.20
@@ -1,7 +1,7 @@
/*
============================================================================
- The Apache Software License, Version 1.1
+ The Apache Software License, Version 1.1
============================================================================
Copyright (C) 1999-2003 The Apache Software Foundation. All rights reserved.
@@ -10,26 +10,26 @@
tion, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
- this list of conditions and the following disclaimer.
+ this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
- this list of conditions and the following disclaimer in the documentation
- and/or other materials provided with the distribution.
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
3. The end-user documentation included with the redistribution, if any, must
- include the following acknowledgment: "This product includes software
- developed by the Apache Software Foundation (http://www.apache.org/)."
- Alternately, this acknowledgment may appear in the software itself, if
- and wherever such third-party acknowledgments normally appear.
+ include the following acknowledgment: "This product includes software
+ developed by the Apache Software Foundation (http://www.apache.org/)."
+ Alternately, this acknowledgment may appear in the software itself, if
+ and wherever such third-party acknowledgments normally appear.
4. The names "Apache Cocoon" and "Apache Software Foundation" must not be
- used to endorse or promote products derived from this software without
- prior written permission. For written permission, please contact
- [EMAIL PROTECTED]
+ used to endorse or promote products derived from this software without
+ prior written permission. For written permission, please contact
+ [EMAIL PROTECTED]
5. Products derived from this software may not be called "Apache", nor may
- "Apache" appear in their name, without prior written permission of the
- Apache Software Foundation.
+ "Apache" appear in their name, without prior written permission of the
+ Apache Software Foundation.
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
@@ -47,7 +47,7 @@
Stefano Mazzocchi <[EMAIL PROTECTED]>. For more information on the Apache
Software Foundation, please see <http://www.apache.org/>.
-*/
+ */
package org.apache.cocoon.woody.binding;
import org.apache.avalon.framework.activity.Disposable;
@@ -70,41 +70,51 @@
import org.xml.sax.InputSource;
/**
- * JXPathBindingManager provides an implementation of [EMAIL PROTECTED] BindingManager}
- * by usage of the <a href="http://jakarta.apache.org/commons/jxpath/index.html";>
- * JXPath package</a>.
- *
- * @version CVS $Id$
+ * JXPathBindingManager provides an implementation of [EMAIL PROTECTED] BindingManager}by
+ * usage of the <a href="http://jakarta.apache.org/commons/jxpath/index.html";>
+ * JXPath package </a>.
+ * + * @version CVS $Id: JXPathBindingManager.java,v 1.19 2004/02/06 14:33:05 joerg
+ * Exp $
*/



I think you are "overformatting" a bit - note changes in license and broken CVS $Id$


And please keep function arguments aligned after '('.

Vadim

Reply via email to