We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52e9d5c commit b65def0Copy full SHA for b65def0
src/main/java/com/flowingcode/addons/applayout/endpoint/MenuItemDto.java
@@ -2,7 +2,7 @@
2
* #%L
3
* App Layout Addon
4
* %%
5
- * Copyright (C) 2018 - 2022 Flowing Code
+ * Copyright (C) 2018 - 2025 Flowing Code
6
7
* Licensed under the Apache License, Version 2.0 (the "License");
8
* you may not use this file except in compliance with the License.
@@ -22,7 +22,7 @@
22
import com.vaadin.hilla.Nonnull;
23
import java.util.ArrayList;
24
import java.util.List;
25
-import javax.annotation.Nullable;
+import jakarta.annotation.Nullable;
26
27
public class MenuItemDto {
28
0 commit comments