Skip to content

Commit 87a46f2

Browse files
committed
Modifier syntax correction
1 parent 370ded8 commit 87a46f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webmagic-core/src/main/java/us/codecraft/webmagic/utils/HttpConstant.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public abstract static class Method {
2525

2626
}
2727

28-
public abstract statict class StatusCode {
28+
public abstract static class StatusCode {
2929

3030
public static final int CODE_200 = 200;
3131

0 commit comments

Comments
 (0)