We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19d9880 commit fcbe7c9Copy full SHA for fcbe7c9
1 file changed
dd-java-agent/agent-tooling/src/main/java/datadog/trace/agent/tooling/Utils.java
@@ -84,9 +84,7 @@ public static MethodDescription getMethodDefinition(
84
return type.getDeclaredMethods().filter(named(methodName)).getOnly();
85
}
86
87
- /**
88
- * @return The current stack trace with multiple entries on new lines.
89
- */
+ /** @return The current stack trace with multiple entries on new lines. */
90
public static String getStackTraceAsString() {
91
StackTraceElement[] stackTrace = Thread.currentThread().getStackTrace();
92
StringBuilder stringBuilder = new StringBuilder();
0 commit comments