From 6f372b9ae07052d6b72322530cb2bbf40dcf1851 Mon Sep 17 00:00:00 2001 From: Anna Koskinen Date: Sun, 17 Oct 2021 18:47:48 +0300 Subject: Fixed JavaDoc for setting page title. (#12433) --- server/src/main/java/com/vaadin/server/Page.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/src/main') diff --git a/server/src/main/java/com/vaadin/server/Page.java b/server/src/main/java/com/vaadin/server/Page.java index e7524f9fc3..976d86ff8e 100644 --- a/server/src/main/java/com/vaadin/server/Page.java +++ b/server/src/main/java/com/vaadin/server/Page.java @@ -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. *

- * 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 -- cgit v1.2.3