Skip to content

Commit 5a493bd

Browse files
committed
add javadoc to Config
1 parent 7bd8d2e commit 5a493bd

3 files changed

Lines changed: 399 additions & 140 deletions

File tree

build/suppressions.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"http://www.puppycrawl.com/dtds/suppressions_1_0.dtd">
66
<suppressions>
77
<suppress checks="MethodCount" files="Config.java"/>
8+
<suppress checks="FileLength" files="Config.java"/>
89
<suppress checks="MethodCount" files="HttpRequest.java"/>
910
<suppress checks="MethodCount" files="BaseRequest.java"/>
1011
<suppress checks="MethodCount" files="JSONArray.java"/>

0 commit comments

Comments
 (0)