Skip to content

Commit

Permalink
Remove redundant keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Jul 9, 2024
1 parent fb6b785 commit 7b2bca2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ protected CommandLine getProcEnvCommand() {
*/
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
Expand Down

0 comments on commit 7b2bca2

Please sign in to comment.