Skip to content

Commit 4e38874

Browse files
committed
formatting fixed
1 parent 2e75c0c commit 4e38874

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

visualvm/libs.profiler/lib.profiler/src/org/graalvm/visualvm/lib/jfluid/global/CommonConstants.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ public interface CommonConstants {
247247
// we switch to JVMTI in JDK 5.0
248248
public static final byte THREAD_STATUS_UNKNOWN = -1; // Thread status is unknown.
249249
public static final byte THREAD_STATUS_ZOMBIE = 0; // Thread is waiting to die. Also used for "doesn't exist yet" and "dead"
250-
public static final byte THREAD_STATUS_RUNNING = 1; // Thread is runnable. Note that we unfortunately don't know whether it'
251-
// s actually running or pre-empted by another thread...
250+
public static final byte THREAD_STATUS_RUNNING = 1; // Thread is runnable. Note that we unfortunately don't know whether it is
251+
// actually running or pre-empted by another thread...
252252
public static final byte THREAD_STATUS_SLEEPING = 2; // Thread is sleeping - Thread.sleep() or JVM_Sleep() was called
253253
public static final byte THREAD_STATUS_MONITOR = 3; // Thread is waiting on a java monitor
254254
public static final byte THREAD_STATUS_WAIT = 4; // Thread is waiting - Object.wait() or JVM_MonitorWait() was called

0 commit comments

Comments
 (0)