diff options
Diffstat (limited to 'src/com/vaadin/tests/tickets/Ticket1673.java')
-rw-r--r-- | src/com/vaadin/tests/tickets/Ticket1673.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/vaadin/tests/tickets/Ticket1673.java b/src/com/vaadin/tests/tickets/Ticket1673.java index f4461803de..845e49daed 100644 --- a/src/com/vaadin/tests/tickets/Ticket1673.java +++ b/src/com/vaadin/tests/tickets/Ticket1673.java @@ -19,7 +19,7 @@ public class Ticket1673 extends com.vaadin.Application { public static Application.SystemMessages getSystemMessages() {
Application.CustomizedSystemMessages msgs = new Application.CustomizedSystemMessages();
- msgs.setSessionExpiredURL("http://www.itmill.com/");
+ msgs.setSessionExpiredURL("http://www.vaadin.com/");
msgs.setSessionExpiredCaption("Foo");
msgs.setSessionExpiredMessage("Bar");
|