Skip to content

Commit a10510c

Browse files
Copilottrask
andauthored
Fix ErrorProne 2.39.0 TooManyParameters warning in UploadService (#4293)
Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: trask <[email protected]>
1 parent 32ad7a8 commit a10510c

File tree

1 file changed

+1
-0
lines changed
  • agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/profiler/upload

1 file changed

+1
-0
lines changed

agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/profiler/upload/UploadService.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ Mono<ServiceProfilerIndex> uploadJfrFile(
127127
triggerName, timestamp, profileId, file, cpuUsage, memoryUsage, "Profile", "jfr", "jfr");
128128
}
129129

130+
@SuppressWarnings("TooManyParameters")
130131
public Mono<ServiceProfilerIndex> uploadFile(
131132
String triggerName,
132133
long timestamp,

0 commit comments

Comments
 (0)