Przeglądaj źródła

Removing deprecated parameter (#12004) (#12007)

Fixes: https://github.com/vaadin/framework/issues/11958

Authored-by: Tatu Lund <tatu@vaadin.com>
tags/8.11.0
Anna Koskinen 4 lat temu
rodzic
commit
599e39c658
No account linked to committer's email address

+ 1
- 2
server/src/main/java/com/vaadin/server/BootstrapHandler.java Wyświetl plik



Document document = response.getDocument(); Document document = response.getDocument();


DocumentType doctype = new DocumentType("html", "", "",
document.baseUri());
DocumentType doctype = new DocumentType("html", "", "");
document.child(0).before(doctype); document.child(0).before(doctype);


Element head = document.head(); Element head = document.head();

Ładowanie…
Anuluj
Zapisz