Browse Source

TransportCommand#setTimeout: Specify units for timeout in Javadoc

Change-Id: Iadf0e2c6483794e43a5326f6be6bb34c19b00564
Signed-off-by: David Turner <dturner@twosigma.com>
stable-4.9
David Turner 7 years ago committed by David Pursehouse
parent
commit
623851ec16
  1. 2
      org.eclipse.jgit/src/org/eclipse/jgit/api/TransportCommand.java

2
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 * @param timeout
* the timeout used for the transport step * the timeout (in seconds) used for the transport step
* @return {@code this} * @return {@code this}
*/ */
public C setTimeout(int timeout) { public C setTimeout(int timeout) {

Loading…
Cancel
Save