Skip to content

Commit d53f3f5

Browse files
committed
check style fixed
1 parent 8c6c194 commit d53f3f5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/main/java/com/qiniu/common/QiniuException.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55

66
import java.io.IOException;
77

8-
8+
/**
9+
* 异常,封装了http响应数据
10+
*/
911
public final class QiniuException extends IOException {
1012
public final Response response;
1113
private String error;

src/test/java/com/qiniu/streaming/StreamingTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ public void testGetNoExistStream() {
3131
}
3232
}
3333

34+
// CHECKSTYLE:OFF
3435
@Test
3536
public void testStreamOperation() throws QiniuException {
37+
// CHECKSTYLE:ON
3638
String streamKey = streamKeyPrefix + "-a";
3739

3840
manager.create(streamKey);

0 commit comments

Comments
 (0)