Forgot to add a license
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/aeda988d Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/aeda988d Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/aeda988d Branch: refs/heads/WICKET-6105-java.time Commit: aeda988d3a46de753a5a2fca9778ea7d99e3f782 Parents: 4158b8c Author: Domas Poliakas <dpoliakas@Domas-MBP.local> Authored: Thu Jul 27 14:27:26 2017 +0100 Committer: Martin Tzvetanov Grigorov <mgrigo...@apache.org> Committed: Sun Aug 6 15:27:21 2017 +0300 ---------------------------------------------------------------------- .../tester/MockPageWithLabelInEnclosure.java | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/wicket/blob/aeda988d/wicket-core/src/test/java/org/apache/wicket/util/tester/MockPageWithLabelInEnclosure.java ---------------------------------------------------------------------- diff --git a/wicket-core/src/test/java/org/apache/wicket/util/tester/MockPageWithLabelInEnclosure.java b/wicket-core/src/test/java/org/apache/wicket/util/tester/MockPageWithLabelInEnclosure.java index b2f09f1..06e6ca2 100644 --- a/wicket-core/src/test/java/org/apache/wicket/util/tester/MockPageWithLabelInEnclosure.java +++ b/wicket-core/src/test/java/org/apache/wicket/util/tester/MockPageWithLabelInEnclosure.java @@ -1,3 +1,19 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package org.apache.wicket.util.tester; import org.apache.wicket.ajax.AjaxRequestTarget; @@ -6,7 +22,9 @@ import org.apache.wicket.markup.html.WebPage; import org.apache.wicket.markup.html.basic.Label; /** - * Created by dpoliakas on 27/07/2017. + * Mock page which has an ajax link in an enclosure. Clicking the link invokes ajax rendering the link again. + * + * @author Domas Poliakas (disblader) */ public class MockPageWithLabelInEnclosure extends WebPage {