JAVA-30302 Review log statements for projects - Week 52 - 2023 (conti-2) (#15623)
This commit is contained in:
+1
-1
@@ -50,7 +50,7 @@ public class ProcessBuilderUnitTest {
|
||||
public void givenProcessBuilder_whenModifyEnvironment_thenSuccess() throws IOException, InterruptedException {
|
||||
ProcessBuilder processBuilder = new ProcessBuilder();
|
||||
Map<String, String> environment = processBuilder.environment();
|
||||
environment.forEach((key, value) -> System.out.println(key + value));
|
||||
// environment.forEach((key, value) -> System.out.println(key + value));
|
||||
|
||||
environment.put("GREETING", "Hola Mundo");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user