We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c370544 commit e4e0b67Copy full SHA for e4e0b67
javaagent-tooling/src/main/java/io/opentelemetry/javaagent/tooling/config/ErrorBuffer.java
@@ -17,6 +17,8 @@
17
*/
18
public final class ErrorBuffer {
19
20
+ private ErrorBuffer() {}
21
+
22
// this class is used early, and must not use logging in most of its methods
23
// in case any file loading/parsing error occurs, we save the error message and log it later, when
24
// the logging subsystem is initialized
0 commit comments