aboutsummaryrefslogtreecommitdiffstats
path: root/lib/src/main/java/com/trilead/ssh2/SFTPv3Client.java
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-07-18 10:13:58 -0700
committerKenny Root <kenny@the-b.org>2015-07-18 10:13:58 -0700
commit1ab1c0412b38b6d361c3271650afa9f6ee7e5019 (patch)
tree4910056683f3a8a3f23200b4bb0800023743a1a6 /lib/src/main/java/com/trilead/ssh2/SFTPv3Client.java
parent85ce71ea98f56964b3ead2478dcba8d1d10901b6 (diff)
downloadsshlib-1ab1c0412b38b6d361c3271650afa9f6ee7e5019.tar.gz
sshlib-1ab1c0412b38b6d361c3271650afa9f6ee7e5019.tar.bz2
sshlib-1ab1c0412b38b6d361c3271650afa9f6ee7e5019.zip
Fix various javadoc errors
Diffstat (limited to 'lib/src/main/java/com/trilead/ssh2/SFTPv3Client.java')
-rw-r--r--lib/src/main/java/com/trilead/ssh2/SFTPv3Client.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/src/main/java/com/trilead/ssh2/SFTPv3Client.java b/lib/src/main/java/com/trilead/ssh2/SFTPv3Client.java
index 06796e9..ce25f07 100644
--- a/lib/src/main/java/com/trilead/ssh2/SFTPv3Client.java
+++ b/lib/src/main/java/com/trilead/ssh2/SFTPv3Client.java
@@ -1209,8 +1209,8 @@ public class SFTPv3Client
* <ul>
* <li>The server will read as many bytes as it can from the file (up to <code>len</code>),
* and return them.</li>
- * <li>If EOF is encountered before reading any data, <code>-1</code> is returned.
- * <li>If an error occurs, an exception is thrown</li>.
+ * <li>If EOF is encountered before reading any data, <code>-1</code> is returned.</li>
+ * <li>If an error occurs, an exception is thrown.</li>
* <li>For normal disk files, it is guaranteed that the server will return the specified
* number of bytes, or up to end of file. For, e.g., device files this may return
* fewer bytes than requested.</li>