docs and pgp version

master
yihua.huang 2017-05-29 09:36:42 +08:00
parent 17478fcfc4
commit 17d8bfa907
2 changed files with 2 additions and 1 deletions

View File

@ -297,7 +297,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId> <artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version> <version>1.6</version>
<executions> <executions>
<execution> <execution>
<phase>verify</phase> <phase>verify</phase>

View File

@ -320,6 +320,7 @@ public class Site {
* Disable it to ignore all cookie fields and stay clean. * Disable it to ignore all cookie fields and stay clean.
* Warning: Set cookie will still NOT work if disableCookieManagement is true. * Warning: Set cookie will still NOT work if disableCookieManagement is true.
* @param disableCookieManagement disableCookieManagement * @param disableCookieManagement disableCookieManagement
* @return this
*/ */
public Site setDisableCookieManagement(boolean disableCookieManagement) { public Site setDisableCookieManagement(boolean disableCookieManagement) {
this.disableCookieManagement = disableCookieManagement; this.disableCookieManagement = disableCookieManagement;