This is an automated email from the ASF dual-hosted git repository.
thiagohp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
The following commit(s) were added to refs/heads/master by this push:
new 2088d49 TAP5-2669: fixing compilation error
2088d49 is described below
commit 2088d49b0a6aa12e55e3194116b3236c8e5bf77f
Author: Thiago H. de Paula Figueiredo <[email protected]>
AuthorDate: Tue Apr 6 18:44:54 2021 -0300
TAP5-2669: fixing compilation error
---
.../org/apache/tapestry5/integration/app1/pages/ClientFormatDemo.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/ClientFormatDemo.java
b/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/ClientFormatDemo.java
index 85f5011..b178bc7 100644
---
a/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/ClientFormatDemo.java
+++
b/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/pages/ClientFormatDemo.java
@@ -15,9 +15,9 @@
package org.apache.tapestry5.integration.app1.pages;
import org.apache.tapestry5.ComponentResources;
-import org.apache.tapestry5.Link;
import org.apache.tapestry5.annotations.Property;
import org.apache.tapestry5.beaneditor.Validate;
+import org.apache.tapestry5.http.Link;
import org.apache.tapestry5.ioc.annotations.Inject;
import org.apache.tapestry5.services.PageRenderLinkSource;