diff options
author | Matti Tahvonen <matti.tahvonen@itmill.com> | 2009-08-17 11:53:43 +0000 |
---|---|---|
committer | Matti Tahvonen <matti.tahvonen@itmill.com> | 2009-08-17 11:53:43 +0000 |
commit | 9a54158a99523a093edc883bf969bde231984748 (patch) | |
tree | 96809c1dc29d1403ac4bcf6025392e5b47d4b703 /src/com/vaadin/ui/UriFragmentUtility.java | |
parent | f13088cfd8415d2adf338c641218f234f9867667 (diff) | |
download | vaadin-framework-9a54158a99523a093edc883bf969bde231984748.tar.gz vaadin-framework-9a54158a99523a093edc883bf969bde231984748.zip |
removed a bad java doc comment to an unsupported feature
svn changeset:8497/svn branch:6.1
Diffstat (limited to 'src/com/vaadin/ui/UriFragmentUtility.java')
-rw-r--r-- | src/com/vaadin/ui/UriFragmentUtility.java | 11 |
1 files 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} - * + * <p> * To listen changes in fragment, hook a {@link FragmentChangedListener}. + * <p> + * 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 */ |