Преглед изворни кода

Fixed JavaDoc for setting page title. (#12433)

tags/8.15.0
Anna Koskinen пре 2 година
родитељ
комит
6f372b9ae0
No account linked to committer's email address
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2
    2
      server/src/main/java/com/vaadin/server/Page.java

+ 2
- 2
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.
* <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

Loading…
Откажи
Сачувај