Commit 507d1a5
committed
Fix build failure for FirstEntryPoint
8
D:\a\ApplicationInsights-Java\ApplicationInsights-Java\agent\agent-tooling\src\main\java\com\microsoft\applicationinsights\agent\internal\init\FirstEntryPoint.java:49: error: FirstEntryPoint is not abstract and does not override abstract method init() in LoggingCustomizer
> Task :etw:native:compileReleaseX86Cpp
public class FirstEntryPoint implements LoggingCustomizer {
^
> Task :agent:agent-tooling:compileJava
D:\a\ApplicationInsights-Java\ApplicationInsights-Java\agent\agent-tooling\src\main\java\com\microsoft\applicationinsights\agent\internal\init\FirstEntryPoint.java:79: error: method does not override or implement a method from a supertype
@OverRide
^1 parent 78c839c commit 507d1a5
1 file changed
Lines changed: 1 addition & 2 deletions
File tree
- agent/agent-tooling/src/main/java/com/microsoft/applicationinsights/agent/internal/init
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
77 | 76 | | |
78 | 77 | | |
79 | 78 | | |
80 | | - | |
| 79 | + | |
81 | 80 | | |
82 | 81 | | |
83 | 82 | | |
| |||
0 commit comments