Browse Source

Merge branch 'stable-4.9'

* stable-4.9:
  TransportCommand#setTimeout: Specify units for timeout in Javadoc
  Fix typo in key of a JGitText externalized string

Change-Id: Icb60537d2e99cb6e928d9fe07f66695ed69081b5
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
stable-4.10
David Pursehouse 7 years ago
parent
commit
c09ed93e85
  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
* 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