This commit is contained in:
Rossen Stoyanchev
2017-06-27 18:28:50 -04:00
parent d728d597f2
commit 667437e300
5 changed files with 16 additions and 21 deletions

View File

@@ -280,7 +280,8 @@ public class WebHttpHandlerBuilder {
* Clone this {@link WebHttpHandlerBuilder}.
* @return the cloned builder instance
*/
public WebHttpHandlerBuilder cloneBuilder() {
@Override
public WebHttpHandlerBuilder clone() {
return new WebHttpHandlerBuilder(this);
}