revert everything around this merge bug
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user