소스 검색

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…
취소
저장