Author: jstrachan
Date: Mon Oct 2 10:22:18 2006
New Revision: 452132
URL: http://svn.apache.org/viewvc?view=rev&rev=452132
Log:
fixed typo in javadoc
Modified:
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/components/util/DefaultFileMarshaler.java
Modified:
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/components/util/DefaultFileMarshaler.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/components/util/DefaultFileMarshaler.java?view=diff&rev=452132&r1=452131&r2=452132
==============================================================================
---
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/components/util/DefaultFileMarshaler.java
(original)
+++
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/components/util/DefaultFileMarshaler.java
Mon Oct 2 10:22:18 2006
@@ -129,7 +129,7 @@
*
* @param message the message who's content we are about to write
* @param out the destination of the output
- * @param name the name of the output resource (file, uri, url)
+ * @param path the name of the output resource (file, uri, url)
*/
protected void writeMessageContent(MessageExchange exchange,
NormalizedMessage message, OutputStream out, String path) throws
MessagingException {
Source content = null;