Author: ggregory
Date: Thu May 17 18:27:22 2012
New Revision: 1339775

URL: http://svn.apache.org/viewvc?rev=1339775&view=rev
Log:
Javadoc.

Modified:
    
commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileContent.java

Modified: 
commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileContent.java
URL: 
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileContent.java?rev=1339775&r1=1339774&r2=1339775&view=diff
==============================================================================
--- 
commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileContent.java
 (original)
+++ 
commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs2/FileContent.java
 Thu May 17 18:27:22 2012
@@ -27,17 +27,17 @@ import org.apache.commons.vfs2.util.Rand
 
 /**
  * Represents the data content of a file.
- * <p/>
- * <p>To read from a file, use the <code>InputStream</code> returned by
- * {@link #getInputStream}.
- * <p/>
- * <p>To write to a file, use the <code>OutputStream</code> returned by
- * {@link #getOutputStream} method.  This will create the file, and the parent
- * folder, if necessary.
- * <p/>
- * <p>A file may have multiple InputStreams open at the same time.
- * <p/>
- *
+ * <p>
+ * To read from a file, use the <code>InputStream</code> returned by {@link 
#getInputStream()}.
+ * </p>
+ * <p>
+ * To write to a file, use the <code>OutputStream</code> returned by {@link 
#getOutputStream()} method. This will create
+ * the file, and the parent folder, if necessary.
+ * </p>
+ * <p>
+ * A file may have multiple InputStreams open at the same time.
+ * </p>
+ * 
  * @see FileObject#getContent
  */
 public interface FileContent extends Closeable


Reply via email to