WICKET-6004 Wicket 8 cleanup - ClientProperties removed deprecated methods
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/156d4a32 Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/156d4a32 Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/156d4a32 Branch: refs/heads/lambdas Commit: 156d4a3272227d5451a19925df32024f9798c2df Parents: fb540d9 Author: Sven Meier <[email protected]> Authored: Fri Oct 16 14:17:44 2015 +0200 Committer: Sven Meier <[email protected]> Committed: Fri Oct 16 14:24:56 2015 +0200 ---------------------------------------------------------------------- .../wicket/protocol/http/ClientProperties.java | 16 ---------------- 1 file changed, 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/156d4a32/wicket-core/src/main/java/org/apache/wicket/protocol/http/ClientProperties.java ---------------------------------------------------------------------- diff --git a/wicket-core/src/main/java/org/apache/wicket/protocol/http/ClientProperties.java b/wicket-core/src/main/java/org/apache/wicket/protocol/http/ClientProperties.java index f8bb40b..f3a646f 100644 --- a/wicket-core/src/main/java/org/apache/wicket/protocol/http/ClientProperties.java +++ b/wicket-core/src/main/java/org/apache/wicket/protocol/http/ClientProperties.java @@ -435,22 +435,6 @@ public class ClientProperties implements IClusterable } /** - * @deprecated use {@link #isNavigatorCookieEnabled()} instead - */ - public boolean isCookiesEnabled() - { - return isNavigatorCookieEnabled(); - } - - /** - * @deprecated use {@link #isNavigatorJavaEnabled()} instead - */ - public boolean isJavaEnabled() - { - return isNavigatorJavaEnabled(); - } - - /** * * * @return The client's navigator.cookieEnabled property.
