File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
webmagic-core/src/main/java/us/codecraft/webmagic Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 297
297
<plugin >
298
298
<groupId >org.apache.maven.plugins</groupId >
299
299
<artifactId >maven-gpg-plugin</artifactId >
300
- <version >1.5 </version >
300
+ <version >1.6 </version >
301
301
<executions >
302
302
<execution >
303
303
<phase >verify</phase >
Original file line number Diff line number Diff line change @@ -320,6 +320,7 @@ public boolean isDisableCookieManagement() {
320
320
* Disable it to ignore all cookie fields and stay clean.
321
321
* Warning: Set cookie will still NOT work if disableCookieManagement is true.
322
322
* @param disableCookieManagement disableCookieManagement
323
+ * @return this
323
324
*/
324
325
public Site setDisableCookieManagement (boolean disableCookieManagement ) {
325
326
this .disableCookieManagement = disableCookieManagement ;
You can’t perform that action at this time.
0 commit comments