Fix code format
This commit is contained in:
parent
19d9880d9d
commit
fcbe7c9869
|
@ -84,9 +84,7 @@ public class Utils {
|
|||
return type.getDeclaredMethods().filter(named(methodName)).getOnly();
|
||||
}
|
||||
|
||||
/**
|
||||
* @return The current stack trace with multiple entries on new lines.
|
||||
*/
|
||||
/** @return The current stack trace with multiple entries on new lines. */
|
||||
public static String getStackTraceAsString() {
|
||||
StackTraceElement[] stackTrace = Thread.currentThread().getStackTrace();
|
||||
StringBuilder stringBuilder = new StringBuilder();
|
||||
|
|
Loading…
Reference in New Issue