Commit 17d8bfa9 authored by yihua.huang's avatar yihua.huang

docs and pgp version

parent 17478fcf
...@@ -297,7 +297,7 @@ ...@@ -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>
......
...@@ -320,6 +320,7 @@ public class Site { ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment