ARTEMIS-4749 simplify switch in ThreadDumpUtil

This commit is contained in:
Justin Bertram 2024-05-02 14:03:23 -05:00 committed by clebertsuconic
parent b209dd013d
commit afd7951eb2
1 changed files with 0 additions and 3 deletions

View File

@ -107,9 +107,6 @@ public final class ThreadDumpUtil {
sb.append('\n'); sb.append('\n');
break; break;
case WAITING: case WAITING:
sb.append("\t- waiting on " + threadInfo.getLockInfo());
sb.append('\n');
break;
case TIMED_WAITING: case TIMED_WAITING:
sb.append("\t- waiting on " + threadInfo.getLockInfo()); sb.append("\t- waiting on " + threadInfo.getLockInfo());
sb.append('\n'); sb.append('\n');