]> source.dussan.org Git - vaadin-framework.git/commitdiff
removed a bad java doc comment to an unsupported feature
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Mon, 17 Aug 2009 11:53:43 +0000 (11:53 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Mon, 17 Aug 2009 11:53:43 +0000 (11:53 +0000)
svn changeset:8497/svn branch:6.1

src/com/vaadin/ui/UriFragmentUtility.java

index ad003863698417d4ac44030564688e689a61bfda..eca646538f676eaf8f3049e81727184ffc4fd6d4 100644 (file)
@@ -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
      */