Updated Branches:
  refs/heads/sandbox/WICKET-4686 8b4d9de39 -> 7e032d211


WICKET-5435 Ajaxified version of WebSession#getClientInfo should be added

Fix settings class name


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/698b337c
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/698b337c
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/698b337c

Branch: refs/heads/sandbox/WICKET-4686
Commit: 698b337c15d00060285eca9f91dcbd78e015cab9
Parents: 931f5e0
Author: Martin Tzvetanov Grigorov <[email protected]>
Authored: Sat Dec 14 23:08:21 2013 +0200
Committer: Martin Tzvetanov Grigorov <[email protected]>
Committed: Sat Dec 14 23:08:21 2013 +0200

----------------------------------------------------------------------
 .../wicket/examples/ajaxhellobrowser/AjaxHelloBrowser.java       | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/698b337c/wicket-examples/src/main/java/org/apache/wicket/examples/ajaxhellobrowser/AjaxHelloBrowser.java
----------------------------------------------------------------------
diff --git 
a/wicket-examples/src/main/java/org/apache/wicket/examples/ajaxhellobrowser/AjaxHelloBrowser.java
 
b/wicket-examples/src/main/java/org/apache/wicket/examples/ajaxhellobrowser/AjaxHelloBrowser.java
index 024ec01..ee95cca 100644
--- 
a/wicket-examples/src/main/java/org/apache/wicket/examples/ajaxhellobrowser/AjaxHelloBrowser.java
+++ 
b/wicket-examples/src/main/java/org/apache/wicket/examples/ajaxhellobrowser/AjaxHelloBrowser.java
@@ -30,7 +30,7 @@ import org.apache.wicket.model.AbstractReadOnlyModel;
 import org.apache.wicket.model.IModel;
 import org.apache.wicket.protocol.http.ClientProperties;
 import org.apache.wicket.protocol.http.request.WebClientInfo;
-import org.apache.wicket.settings.IRequestCycleSettings;
+import org.apache.wicket.settings.RequestCycleSettings;
 
 
 /**
@@ -107,7 +107,7 @@ public class AjaxHelloBrowser extends WicketExamplePage
         */
        private ClientProperties getClientProperties()
        {
-               IRequestCycleSettings requestCycleSettings = 
getApplication().getRequestCycleSettings();
+               RequestCycleSettings requestCycleSettings = 
getApplication().getRequestCycleSettings();
                boolean gatherExtendedBrowserInfo = 
requestCycleSettings.getGatherExtendedBrowserInfo();
                ClientProperties properties = null;
                try

Reply via email to