diff options
author | David Turner <dturner@twosigma.com> | 2017-12-11 15:20:25 -0500 |
---|---|---|
committer | David Pursehouse <david.pursehouse@gmail.com> | 2017-12-12 13:25:05 +0900 |
commit | 623851ec16ab3dc590dd2fb6a6197285dee9c6f7 (patch) | |
tree | 08a6b166d3946130deedd32b99fd26e744101a70 | |
parent | 9d79dc95e2b42fd604ee7464c3a7f4b8edbcce6e (diff) | |
download | jgit-623851ec16ab3dc590dd2fb6a6197285dee9c6f7.tar.gz jgit-623851ec16ab3dc590dd2fb6a6197285dee9c6f7.zip |
TransportCommand#setTimeout: Specify units for timeout in Javadoc
Change-Id: Iadf0e2c6483794e43a5326f6be6bb34c19b00564
Signed-off-by: David Turner <dturner@twosigma.com>
-rw-r--r-- | org.eclipse.jgit/src/org/eclipse/jgit/api/TransportCommand.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/api/TransportCommand.java b/org.eclipse.jgit/src/org/eclipse/jgit/api/TransportCommand.java index 3d2e46b26e..1541df5d39 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/api/TransportCommand.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/api/TransportCommand.java @@ -95,7 +95,7 @@ public abstract class TransportCommand<C extends GitCommand, T> extends /** * @param timeout - * the timeout used for the transport step + * the timeout (in seconds) used for the transport step * @return {@code this} */ public C setTimeout(int timeout) { |