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 297297 <plugin >
298298 <groupId >org.apache.maven.plugins</groupId >
299299 <artifactId >maven-gpg-plugin</artifactId >
300- <version >1.5 </version >
300+ <version >1.6 </version >
301301 <executions >
302302 <execution >
303303 <phase >verify</phase >
Original file line number Diff line number Diff line change @@ -320,6 +320,7 @@ public boolean isDisableCookieManagement() {
320320 * Disable it to ignore all cookie fields and stay clean.
321321 * Warning: Set cookie will still NOT work if disableCookieManagement is true.
322322 * @param disableCookieManagement disableCookieManagement
323+ * @return this
323324 */
324325 public Site setDisableCookieManagement (boolean disableCookieManagement ) {
325326 this .disableCookieManagement = disableCookieManagement ;
You can’t perform that action at this time.
0 commit comments