Quellcode durchsuchen

Fixed JavaDoc for setting page title. (#12433)

tags/8.15.0
Anna Koskinen vor 2 Jahren
Ursprung
Commit
6f372b9ae0
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2
    2
      server/src/main/java/com/vaadin/server/Page.java

+ 2
- 2
server/src/main/java/com/vaadin/server/Page.java Datei anzeigen

@@ -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

Laden…
Abbrechen
Speichern