You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2018/06/22 07:57:18 UTC

wicket git commit: WICKET-6562 Removed unused AbstractReadOnlyModel from examples

Repository: wicket
Updated Branches:
  refs/heads/master 16c918044 -> abac74030


WICKET-6562 Removed unused AbstractReadOnlyModel from examples

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

Branch: refs/heads/master
Commit: abac740300e4227cfd9254e2c2b08ca7f34a7493
Parents: 16c9180
Author: Andrea Del Bene <an...@edenviaggi.it>
Authored: Fri Jun 22 09:56:41 2018 +0200
Committer: Andrea Del Bene <an...@edenviaggi.it>
Committed: Fri Jun 22 09:56:41 2018 +0200

----------------------------------------------------------------------
 .../org/apache/wicket/examples/stateless/AjaxStatelessExample.java  | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/abac7403/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/AjaxStatelessExample.java
----------------------------------------------------------------------
diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/AjaxStatelessExample.java b/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/AjaxStatelessExample.java
index de89dc9..1ad604e 100644
--- a/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/AjaxStatelessExample.java
+++ b/wicket-examples/src/main/java/org/apache/wicket/examples/stateless/AjaxStatelessExample.java
@@ -35,7 +35,6 @@ import org.apache.wicket.markup.html.form.TextField;
 import org.apache.wicket.markup.html.link.BookmarkablePageLink;
 import org.apache.wicket.markup.html.link.Link;
 import org.apache.wicket.markup.html.panel.FeedbackPanel;
-import org.apache.wicket.model.AbstractReadOnlyModel;
 import org.apache.wicket.model.Model;
 import org.apache.wicket.request.mapper.parameter.PageParameters;
 import org.apache.wicket.util.string.StringValue;