File tree Expand file tree Collapse file tree
profiler/profiler.heapwalker/src/org/netbeans/modules/profiler/heapwalk Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -464,7 +464,7 @@ private synchronized String getStackTrace() {
464464 // sw.append(" <span style=\"color: #0033CC\">"); // NOI18N
465465 sb .append (" <a name=" ).append (threadInstance .getInstanceId ()).append ("></a><b " ).append (style ).append (">" ); // NOI18N
466466 // -------------------------------------------------------------------
467- sb .append ("\" " ).append (htmlize (threadName )).append ("\" " ).append (daemon . booleanValue ( ) ? " daemon" : "" ).append (" prio=" ).append (priority ); // NOI18N
467+ sb .append ("\" " ).append (htmlize (threadName )).append ("\" " ).append (Boolean . TRUE . equals ( daemon ) ? " daemon" : "" ).append (" prio=" ).append (priority ); // NOI18N
468468 if (threadId != null ) {
469469 sb .append (" tid=" ).append (threadId ); // NOI18N
470470 }
You can’t perform that action at this time.
0 commit comments