[#3900] Implement better formatting for nested Records
This commit is contained in:
parent
0ad56f5385
commit
b39329b514
@ -1880,7 +1880,7 @@ final class Utils {
|
||||
* Run an operation using a guard.
|
||||
*/
|
||||
static final <V> V run(Guard guard, GuardedOperation<V> operation) {
|
||||
boolean unguarded = (guard.tl.get() != null);
|
||||
boolean unguarded = (guard.tl.get() == null);
|
||||
if (unguarded)
|
||||
guard.tl.set(Guard.class);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user