Skip to content

Commit c7af6f7

Browse files
committed
next version
1 parent b0601dc commit c7af6f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>cn.jpush.api</groupId>
55
<artifactId>jpush-client</artifactId>
6-
<version>3.2.9</version>
6+
<version>3.2.10-SNAPSHOT</version>
77
<packaging>jar</packaging>
88
<url>https://github.com/jpush/jpush-api-java-client</url>
99
<name>JPush API Java Client</name>

src/test/java/cn/jpush/api/push/mock/ConnectionExceptionTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
import com.squareup.okhttp.mockwebserver.SocketPolicy;
2222

2323
/**
24-
* Record: MockResponse->throttleBody will delay response body, but sometimes has no effect.
25-
* MockResponse->setBodyDelayTimeMs has no effect for delay test.
24+
* Record: MockResponse.throttleBody will delay response body, but sometimes has no effect.
25+
* MockResponse.setBodyDelayTimeMs has no effect for delay test.
2626
*
2727
*/
2828
public class ConnectionExceptionTest implements IMockTest {

0 commit comments

Comments
 (0)