Skip to content

Commit 1f53945

Browse files
khanayan123claude
andcommitted
Remove unnecessary comment
Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 parent 7b9d5d4 commit 1f53945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dd-java-agent/instrumentation/java/java-lang/java-lang-1.8/src/test/groovy/datadog/trace/instrumentation/java/lang/ProcessImplInstrumentationSpecification.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ class ProcessImplInstrumentationSpecification extends InstrumentationSpecificati
337337
when:
338338
def command = ['/bin/sh', '-c', 'echo $_DD_ROOT_JAVA_SESSION_ID']
339339
def builder = new ProcessBuilder(command)
340-
builder.environment() // force lazy environment map initialization so advice can inject
340+
builder.environment()
341341
Process p = builder.start()
342342
def output = p.inputStream.text.trim()
343343
def terminated = p.waitFor(5, TimeUnit.SECONDS)

0 commit comments

Comments
 (0)