Skip to content

Commit

Permalink
check style fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
longbai committed Sep 23, 2016
1 parent 8c6c194 commit d53f3f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/com/qiniu/common/QiniuException.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@

import java.io.IOException;


/**
* 异常,封装了http响应数据
*/
public final class QiniuException extends IOException {
public final Response response;
private String error;
Expand Down
2 changes: 2 additions & 0 deletions src/test/java/com/qiniu/streaming/StreamingTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ public void testGetNoExistStream() {
}
}

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

manager.create(streamKey);
Expand Down

0 comments on commit d53f3f5

Please sign in to comment.