Author: davsclaus
Date: Fri Dec 26 08:02:32 2008
New Revision: 729503
URL: http://svn.apache.org/viewvc?rev=729503&view=rev
Log:
CAMEL-1153: polished javadoc
Modified:
activemq/camel/trunk/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/RemoteFileExclusiveReadLockStrategy.java
Modified:
activemq/camel/trunk/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/RemoteFileExclusiveReadLockStrategy.java
URL:
http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/RemoteFileExclusiveReadLockStrategy.java?rev=729503&r1=729502&r2=729503&view=diff
==============================================================================
---
activemq/camel/trunk/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/RemoteFileExclusiveReadLockStrategy.java
(original)
+++
activemq/camel/trunk/components/camel-ftp/src/main/java/org/apache/camel/component/file/remote/RemoteFileExclusiveReadLockStrategy.java
Fri Dec 26 08:02:32 2008
@@ -31,10 +31,10 @@
/**
* Acquires exclusive read lock to the file.
*
- * @param ftp ftp file operations
+ * @param operations remote file operations
* @param file the remote file
* @return <tt>true</tt> if read lock was acquired. If <tt>false</tt>
Camel will skip the file and
* try it on the next poll
*/
- boolean acquireExclusiveReadLock(RemoteFileOperations ftp, RemoteFile
file);
+ boolean acquireExclusiveReadLock(RemoteFileOperations operations,
RemoteFile file);
}