]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed JavaDoc for setting page title. (#12433) (#12446)
authorAnna Koskinen <Ansku@users.noreply.github.com>
Wed, 20 Oct 2021 08:39:25 +0000 (11:39 +0300)
committerGitHub <noreply@github.com>
Wed, 20 Oct 2021 08:39:25 +0000 (11:39 +0300)
server/src/main/java/com/vaadin/server/Page.java

index e7524f9fc3aa330b07c1e17c0371ae4dd5e14a45..976d86ff8e26b2bfcdfc055d754e9b9745522953 100644 (file)
@@ -1345,8 +1345,8 @@ public class Page implements Serializable {
      * Sets the page title. The page title is displayed by the browser e.g. as
      * the title of the browser window or as the title of the tab.
      * <p>
-     * If the title is set to null, it will not left as-is. Set to empty string
-     * to clear the title.
+     * If this value is set to null, the previously set page title will be left
+     * as-is. Set to empty string to clear the title.
      *
      * @param title
      *            the page title to set