From 38ff012425e1d65a5016ff090c5163892ebecc89 Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Thu, 16 Jun 2016 15:08:49 +0200 Subject: Use github name in @author --- vespajlib/src/main/java/com/yahoo/system/ProcessExecuter.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'vespajlib/src/main/java/com/yahoo/system/ProcessExecuter.java') diff --git a/vespajlib/src/main/java/com/yahoo/system/ProcessExecuter.java b/vespajlib/src/main/java/com/yahoo/system/ProcessExecuter.java index bb2909b346a..609fab1c58f 100644 --- a/vespajlib/src/main/java/com/yahoo/system/ProcessExecuter.java +++ b/vespajlib/src/main/java/com/yahoo/system/ProcessExecuter.java @@ -12,12 +12,13 @@ import com.yahoo.collections.Pair; /** * Executes a system command synchronously. * - * @author Jon S Bratseth + * @author bratseth */ public class ProcessExecuter { /** * Executes the given command synchronously without timeout. + * * @return Retcode and stdout/stderr merged */ public Pair exec(String command) throws IOException { @@ -29,6 +30,7 @@ public class ProcessExecuter { /** * Executes the given command synchronously without timeout. + * * @param command tokens * @return Retcode and stdout/stderr merged */ -- cgit v1.2.3