Author: jstrachan
Date: Mon Oct 2 10:33:39 2006
New Revision: 452139
URL: http://svn.apache.org/viewvc?view=rev&rev=452139
Log:
fixed typo in javadoc
Modified:
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/components/util/FileMarshaler.java
Modified:
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/components/util/FileMarshaler.java
URL:
http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/components/util/FileMarshaler.java?view=diff&rev=452139&r1=452138&r2=452139
==============================================================================
---
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/components/util/FileMarshaler.java
(original)
+++
incubator/servicemix/trunk/servicemix-core/src/main/java/org/apache/servicemix/components/util/FileMarshaler.java
Mon Oct 2 10:33:39 2006
@@ -39,7 +39,7 @@
* @param exchange the message exchange
* @param message the message to populate
* @param in the input stream
- * @param name the name of the file, URI or URL
+ * @param path the name of the file, URI or URL
*/
void readMessage(MessageExchange exchange, NormalizedMessage message,
InputStream in, String path) throws IOException, JBIException;