crossley 2003/12/29 20:30:57
Modified: src/java/org/apache/cocoon/components/cprocessor/sitemap
CallFunctionNode.java
Log:
Remove a single hard-coded DOS line-ending.
Revision Changes Path
1.2 +2 -2
cocoon-2.2/src/java/org/apache/cocoon/components/cprocessor/sitemap/CallFunctionNode.java
Index: CallFunctionNode.java
===================================================================
RCS file:
/home/cvs/cocoon-2.2/src/java/org/apache/cocoon/components/cprocessor/sitemap/CallFunctionNode.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- CallFunctionNode.java 28 Dec 2003 21:03:17 -0000 1.1
+++ CallFunctionNode.java 30 Dec 2003 04:30:57 -0000 1.2
@@ -109,7 +109,7 @@
String continuationId = config.getAttribute(CONTINUATION_ATTR, null);
if (functionName == null && continuationId == null) {
- String msg = "<map:call> must have either a 'resource', a
'function' " +
"or a 'continuation' attribute!";
+ String msg = "<map:call> must have either a 'resource', a
'function' " + "or a 'continuation' attribute!";
throw new ConfigurationException(msg);
}