Skip to content

Commit e4e0b67

Browse files
committed
format
1 parent c370544 commit e4e0b67

File tree

1 file changed

+2
-0
lines changed
  • javaagent-tooling/src/main/java/io/opentelemetry/javaagent/tooling/config

1 file changed

+2
-0
lines changed

javaagent-tooling/src/main/java/io/opentelemetry/javaagent/tooling/config/ErrorBuffer.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
*/
1818
public final class ErrorBuffer {
1919

20+
private ErrorBuffer() {}
21+
2022
// this class is used early, and must not use logging in most of its methods
2123
// in case any file loading/parsing error occurs, we save the error message and log it later, when
2224
// the logging subsystem is initialized

0 commit comments

Comments
 (0)