From 1ab1c0412b38b6d361c3271650afa9f6ee7e5019 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Sat, 18 Jul 2015 10:13:58 -0700 Subject: Fix various javadoc errors --- lib/src/main/java/com/trilead/ssh2/Session.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/src/main/java/com/trilead/ssh2/Session.java') diff --git a/lib/src/main/java/com/trilead/ssh2/Session.java b/lib/src/main/java/com/trilead/ssh2/Session.java index bf3c7e0..9c84004 100644 --- a/lib/src/main/java/com/trilead/ssh2/Session.java +++ b/lib/src/main/java/com/trilead/ssh2/Session.java @@ -442,8 +442,8 @@ public class Session * This method returns as soon as one of the following happens: * *

* In any case, the result value contains ALL current conditions, which may be more @@ -472,7 +472,7 @@ public class Session * Get the exit code/status from the remote command - if available. Be * careful - not all server implementations return this value. It is * generally a good idea to call this method only when all data from the - * remote side has been consumed (see also the method). + * remote side has been consumed (see also the WaitForCondition method). * * @return An Integer holding the exit code, or * null if no exit code is (yet) available. -- cgit v1.2.3