From 623851ec16ab3dc590dd2fb6a6197285dee9c6f7 Mon Sep 17 00:00:00 2001 From: David Turner Date: Mon, 11 Dec 2017 15:20:25 -0500 Subject: [PATCH] TransportCommand#setTimeout: Specify units for timeout in Javadoc Change-Id: Iadf0e2c6483794e43a5326f6be6bb34c19b00564 Signed-off-by: David Turner --- org.eclipse.jgit/src/org/eclipse/jgit/api/TransportCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 3d2e46b26..1541df5d3 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 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) {