-
由 paopaofish 提交于
Using non-final variables to lock can cause thread-safety problems.According to my understanding, it is appropriate to add the final keyword here
ec0ff8da
Using non-final variables to lock can cause thread-safety problems.According to my understanding, it is appropriate to add the final keyword here