This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push: new cb078c556 Javadoc cb078c556 is described below commit cb078c556ff430fae60ecd509a6498a2cc189cd6 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jul 11 14:04:48 2024 -0400 Javadoc --- src/main/java/org/apache/commons/lang3/RuntimeEnvironment.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/org/apache/commons/lang3/RuntimeEnvironment.java b/src/main/java/org/apache/commons/lang3/RuntimeEnvironment.java index 06ab37ccf..4c9fd8a07 100644 --- a/src/main/java/org/apache/commons/lang3/RuntimeEnvironment.java +++ b/src/main/java/org/apache/commons/lang3/RuntimeEnvironment.java @@ -48,7 +48,6 @@ public class RuntimeEnvironment { * Tests whether we are running in a container like Docker or Podman. * * @return whether we are running in a container like Docker or Podman. - * @since 3.15.0. */ public static Boolean inContainer() { return inDocker() || inPodman();