Skip to content

Commit 688d984

Browse files
author
Nayeem Kamal
committed
remaining merge conflicts
1 parent f54c468 commit 688d984

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dd-java-agent/agent-llmobs/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
}
1010

1111
plugins {
12-
id 'com.gradleup.shadow'
12+
id 'com.github.johnrengelman.shadow'
1313
id 'java-test-fixtures'
1414
}
1515

dd-trace-api/src/main/java/datadog/trace/api/llmobs/LLMObs.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public String getType() {
8888
return type;
8989
}
9090

91-
public String gettoolId() {
91+
public String getToolId() {
9292
return toolId;
9393
}
9494

0 commit comments

Comments
 (0)