This is an automated email from the ASF dual-hosted git repository. fschumacher pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jmeter.git
commit a672c086a63a40c5a5203c7a877dc5db8f37ede8 Author: Felix Schumacher <[email protected]> AuthorDate: Thu Oct 31 22:03:37 2019 +0100 Typo --- src/jorphan/src/main/java/org/apache/jorphan/exec/SystemCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jorphan/src/main/java/org/apache/jorphan/exec/SystemCommand.java b/src/jorphan/src/main/java/org/apache/jorphan/exec/SystemCommand.java index 1814edc..bac14d1 100644 --- a/src/jorphan/src/main/java/org/apache/jorphan/exec/SystemCommand.java +++ b/src/jorphan/src/main/java/org/apache/jorphan/exec/SystemCommand.java @@ -40,7 +40,7 @@ import org.apache.jorphan.util.JOrphanUtils; */ public class SystemCommand { /** - * @deprecated does not make sense anymore. Superceded by {@link Process#wait(long)} + * @deprecated does not make sense anymore. Superseded by {@link Process#wait(long)} */ @Deprecated public static final int POLL_INTERVAL = 100;
