Browse Source

TransportCommand#setTimeout: Specify units for timeout in Javadoc

Change-Id: Iadf0e2c6483794e43a5326f6be6bb34c19b00564
Signed-off-by: David Turner <dturner@twosigma.com>
tags/v4.9.2.201712150930-r
David Turner 6 years ago
parent
commit
623851ec16
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      org.eclipse.jgit/src/org/eclipse/jgit/api/TransportCommand.java

+ 1
- 1
org.eclipse.jgit/src/org/eclipse/jgit/api/TransportCommand.java View File

@@ -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) {

Loading…
Cancel
Save