Fix code format

This commit is contained in:
Luca Abbati 2019-05-24 12:13:54 +02:00
parent 19d9880d9d
commit fcbe7c9869
No known key found for this signature in database
GPG Key ID: C901DDA2FFE14529
1 changed files with 1 additions and 3 deletions

View File

@ -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();