提交 bbd27c15 编写于 作者: Z Zhendong Liu 提交者: GitHub

Merge pull request #179 from fucongchan/fixed_typo

Fixed typo.
...@@ -19,7 +19,7 @@ package org.apache.rocketmq.store; ...@@ -19,7 +19,7 @@ package org.apache.rocketmq.store;
import java.util.concurrent.atomic.AtomicBoolean; import java.util.concurrent.atomic.AtomicBoolean;
/** /**
* Spin lock Implementation to put message, suggest using this witb low race conditions * Spin lock Implementation to put message, suggest using this with low race conditions
*/ */
public class PutMessageSpinLock implements PutMessageLock { public class PutMessageSpinLock implements PutMessageLock {
//true: Can lock, false : in lock. //true: Can lock, false : in lock.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册