revert everything around this merge bug

This commit is contained in:
cola98765
2021-12-14 19:04:06 +01:00
parent 69844417ce
commit dfa717e0e3
@@ -178,7 +178,6 @@ public class ThreadMapUtil
{
heightAndDepthMap.put(Thread.currentThread().getName(), new short[arrayLength]);
}
Arrays.fill(heightAndDepthMap.get(Thread.currentThread().getName()), Short.MIN_VALUE);
return heightAndDepthMap.get(Thread.currentThread().getName());
}