From 9a54158a99523a093edc883bf969bde231984748 Mon Sep 17 00:00:00 2001 From: Matti Tahvonen Date: Mon, 17 Aug 2009 11:53:43 +0000 Subject: [PATCH] removed a bad java doc comment to an unsupported feature svn changeset:8497/svn branch:6.1 --- src/com/vaadin/ui/UriFragmentUtility.java | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/com/vaadin/ui/UriFragmentUtility.java b/src/com/vaadin/ui/UriFragmentUtility.java index ad00386369..eca646538f 100644 --- a/src/com/vaadin/ui/UriFragmentUtility.java +++ b/src/com/vaadin/ui/UriFragmentUtility.java @@ -4,7 +4,6 @@ import java.io.Serializable; import java.lang.reflect.Method; import java.util.Map; -import com.vaadin.service.ApplicationContext.TransactionListener; import com.vaadin.terminal.PaintException; import com.vaadin.terminal.PaintTarget; @@ -104,12 +103,12 @@ public class UriFragmentUtility extends AbstractComponent { /** * Gets currently set URI fragment. - * - * Note that initial URI fragment that user used to enter the application - * will be read after application init. If you absolutely need that you must - * hook to {@link TransactionListener} - * + *

* To listen changes in fragment, hook a {@link FragmentChangedListener}. + *

+ * Note that initial URI fragment that user used to enter the application + * will be read after application init. It fires FragmentChangedEvent only + * if it is not the same as on server side. * * @return the current fragment in browser uri or null if not known */ -- 2.39.5