Преглед на файлове

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 години
родител
ревизия
599e39c658
No account linked to committer's email address
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. 1
    2
      server/src/main/java/com/vaadin/server/BootstrapHandler.java

+ 1
- 2
server/src/main/java/com/vaadin/server/BootstrapHandler.java Целия файл

@@ -510,8 +510,7 @@ public abstract class BootstrapHandler extends SynchronizedRequestHandler {

Document document = response.getDocument();

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

Element head = document.head();

Loading…
Отказ
Запис