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-exec.git
The following commit(s) were added to refs/heads/master by this push:
new 7d21072e Javadoc
7d21072e is described below
commit 7d21072e3db483e6aca22e6b9965eb6442564238
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jan 4 12:43:49 2026 -0500
Javadoc
Add an empty line before a Javadoc comment
---
src/main/java/org/apache/commons/exec/util/MapUtils.java | 1 +
src/test/java/org/apache/commons/exec/util/StringUtilTest.java | 1 +
2 files changed, 2 insertions(+)
diff --git a/src/main/java/org/apache/commons/exec/util/MapUtils.java
b/src/main/java/org/apache/commons/exec/util/MapUtils.java
index bf9ba998..5fcc5d7b 100644
--- a/src/main/java/org/apache/commons/exec/util/MapUtils.java
+++ b/src/main/java/org/apache/commons/exec/util/MapUtils.java
@@ -27,6 +27,7 @@ import java.util.Objects;
* Helper classes to manipulate maps to pass substitution map to the
CommandLine. This class is not part of the public API and could change without
warning.
*/
public class MapUtils {
+
/**
* Clones a map.
*
diff --git a/src/test/java/org/apache/commons/exec/util/StringUtilTest.java
b/src/test/java/org/apache/commons/exec/util/StringUtilTest.java
index 2f637252..fc4c9024 100644
--- a/src/test/java/org/apache/commons/exec/util/StringUtilTest.java
+++ b/src/test/java/org/apache/commons/exec/util/StringUtilTest.java
@@ -31,6 +31,7 @@ import org.junit.jupiter.api.Test;
/**
*/
class StringUtilTest {
+
/**
* Test a default string substitution, e.g. all placeholders are expanded.
*/