Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ public void initialize(AppShellSettings settings) {
*
* @param response the index HTML response to be modified
* @throws UnsupportedOperationException if the runtime Vaadin version is older than 25
* @throws IllegalStateException if the {@link AppShellConfigurator} is configured with
* the legacy {@link Theme} annotation
*/
public void initialize(IndexHtmlResponse response) {
assertFeatureSupported();
Expand Down
Loading