This is an automated email from the ASF dual-hosted git repository.
vongosling pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git
The following commit(s) were added to refs/heads/develop by this push:
new 9932819 Fix the problem of the capitalization in class name
9932819 is described below
commit 9932819eedb32f56efb6cc71309dec7785ecea9f
Author: vongosling <[email protected]>
AuthorDate: Tue Jun 12 17:39:32 2018 +0800
Fix the problem of the capitalization in class name
---
.../java/org/apache/rocketmq/store/DefaultMessageStoreShutDownTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/store/src/test/java/org/apache/rocketmq/store/DefaultMessageStoreShutDownTest.java
b/store/src/test/java/org/apache/rocketmq/store/DefaultMessageStoreShutDownTest.java
index ee0c365..66f7f5d 100644
---
a/store/src/test/java/org/apache/rocketmq/store/DefaultMessageStoreShutDownTest.java
+++
b/store/src/test/java/org/apache/rocketmq/store/DefaultMessageStoreShutDownTest.java
@@ -35,7 +35,7 @@ import static org.mockito.Mockito.spy;
import static org.mockito.Mockito.when;
@RunWith(MockitoJUnitRunner.class)
-public class DefaultMessageStoreShutdownTest {
+public class DefaultMessageStoreShutDownTest {
private DefaultMessageStore messageStore;
@Before
--
To stop receiving notification emails like this one, please contact
[email protected].