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 7b2bca21 Remove redundant keywords
7b2bca21 is described below
commit 7b2bca21872122fe8a119a9d7f9e6a8744197b7a
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jul 9 10:32:03 2024 -0400
Remove redundant keywords
---
.../apache/commons/exec/environment/DefaultProcessingEnvironment.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/src/main/java/org/apache/commons/exec/environment/DefaultProcessingEnvironment.java
b/src/main/java/org/apache/commons/exec/environment/DefaultProcessingEnvironment.java
index 7b3577b4..fe2e2e15 100644
---
a/src/main/java/org/apache/commons/exec/environment/DefaultProcessingEnvironment.java
+++
b/src/main/java/org/apache/commons/exec/environment/DefaultProcessingEnvironment.java
@@ -122,7 +122,7 @@ public class DefaultProcessingEnvironment {
*/
public synchronized Map<String, String> getProcEnvironment() throws
IOException {
if (procEnvironment == null) {
- procEnvironment = this.createProcEnvironment();
+ procEnvironment = createProcEnvironment();
}
// create a copy of the map just in case that
// anyone is going to modifiy it, e.g. removing