Author: ecki
Date: Fri Jul 24 18:06:47 2015
New Revision: 1692561
URL: http://svn.apache.org/r1692561
Log:
Javadoc typos
Modified:
commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/operations/FileOperationProvider.java
Modified:
commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/operations/FileOperationProvider.java
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/operations/FileOperationProvider.java?rev=1692561&r1=1692560&r2=1692561&view=diff
==============================================================================
---
commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/operations/FileOperationProvider.java
(original)
+++
commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/operations/FileOperationProvider.java
Fri Jul 24 18:06:47 2015
@@ -34,7 +34,7 @@ public interface FileOperationProvider
* specified operationsList.
*
* @param operationsList
- * the list of available operations for the specivied
FileObject.
+ * the list of available operations for the specified
FileObject.
* The operationList contains classes of available operations,
e.g.
* Class objects.
* @param file
@@ -42,18 +42,20 @@ public interface FileOperationProvider
* operations.
*
* @throws FileSystemException
- * if list of operations cannto be retrieved.
+ * if list of operations cannot be retrieved.
*/
void collectOperations(final Collection<Class<? extends FileOperation>>
operationsList, final FileObject file)
throws FileSystemException;
/**
+ * Get implementation for a given FileObject and FileOperation interface.
*
* @param file
* the FileObject for which we need a operation.
* @param operationClass
* the Class which instance we are needed.
- * @return the requried operation instance. s
+ * @return the required operation instance.
+ *
* @throws FileSystemException
* if operation cannot be retrieved.
*/